mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
Server heavy refactoring 4 (not functionnal)
This commit is contained in:
22
mobile/traque-app/src/config/game.js
Normal file
22
mobile/traque-app/src/config/game.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export const GAME_STATE = {
|
||||
SETUP: "setup",
|
||||
PLACEMENT: "placement",
|
||||
PLAYING: "playing",
|
||||
FINISHED: "finished"
|
||||
};
|
||||
|
||||
export const USER_STATE = {
|
||||
LOADING: "loading",
|
||||
NO_LOCATION: "no_location",
|
||||
OFFLINE: "offline",
|
||||
WAITING: "waiting",
|
||||
PLACEMENT: "placement",
|
||||
PLAYING: "playing",
|
||||
CAPTURED: "captured",
|
||||
FINISHED: "finished"
|
||||
};
|
||||
|
||||
export const ZONE_TYPES = {
|
||||
CIRCLE: "circle",
|
||||
POLYGON: "polygon"
|
||||
};
|
||||
Reference in New Issue
Block a user