mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Fix background task + socket in services + cleaning
This commit is contained in:
11
mobile/traque-app/constants/game.js
Normal file
11
mobile/traque-app/constants/game.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const GAME_STATE = {
|
||||
SETUP: "setup",
|
||||
PLACEMENT: "placement",
|
||||
PLAYING: "playing",
|
||||
FINISHED: "finished"
|
||||
};
|
||||
|
||||
export const ZONE_TYPES = {
|
||||
CIRCLE: "circle",
|
||||
POLYGON: "polygon"
|
||||
};
|
||||
Reference in New Issue
Block a user