mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Reorganize components
This commit is contained in:
6
src/sharedConstants.js
Normal file
6
src/sharedConstants.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// @ts-check
|
||||
|
||||
export const Directions = {
|
||||
LEFT: -1,
|
||||
RIGHT: 1,
|
||||
};
|
||||
Reference in New Issue
Block a user