diff options
Diffstat (limited to 'src/constants.js')
-rw-r--r-- | src/constants.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js new file mode 100644 index 0000000..bb70c8e --- /dev/null +++ b/src/constants.js @@ -0,0 +1,7 @@ +export const PLAYER = { + BLACK: "black", + WHITE: "white", +} + +export const ASSETS_BLACK = "assets/black.png" +export const ASSETS_WHITE = "assets/white.png" |