From eb460fbb161e76052b7bdd2c57afc65e2e99bc2e Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Thu, 12 Dec 2024 13:51:59 +0100 Subject: place pieces --- src/constants.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/constants.js (limited to 'src/constants.js') 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" -- cgit v1.2.3