mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 18:20:17 +01:00
Map resize correction + player focus + cleaning
This commit is contained in:
11
traque-front/util/types.js
Normal file
11
traque-front/util/types.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const GameState = {
|
||||
SETUP: "setup",
|
||||
PLACEMENT: "placement",
|
||||
PLAYING: "playing",
|
||||
FINISHED: "finished"
|
||||
}
|
||||
|
||||
export const ZoneTypes = {
|
||||
CIRCLE: "circle",
|
||||
POLYGON: "polygon"
|
||||
}
|
||||
Reference in New Issue
Block a user