mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
playing and pausing the timer
This commit is contained in:
@@ -5,7 +5,9 @@ const globals = {
|
||||
CLIENT_COMMANDS: {
|
||||
FETCH_GAME_STATE: 'fetchGameState',
|
||||
GET_ENVIRONMENT: 'getEnvironment',
|
||||
START_GAME: 'startGame'
|
||||
START_GAME: 'startGame',
|
||||
PAUSE_TIMER: 'pauseTimer',
|
||||
RESUME_TIMER: 'resumeTimer'
|
||||
},
|
||||
STATUS: {
|
||||
LOBBY: "lobby",
|
||||
@@ -39,7 +41,9 @@ const globals = {
|
||||
GAME_PROCESS_COMMANDS: {
|
||||
END_GAME: "endGame",
|
||||
START_GAME: "startGame",
|
||||
START_TIMER: "startTimer"
|
||||
START_TIMER: "startTimer",
|
||||
PAUSE_TIMER: "pauseTimer",
|
||||
RESUME_TIMER: "resumeTimer"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user