working name change

This commit is contained in:
Alec
2021-12-20 21:54:52 -05:00
parent 82ca096600
commit 5690a0a46c
6 changed files with 146 additions and 86 deletions

View File

@@ -0,0 +1,7 @@
/* It started getting confusing where I am reading/writing to the game state, and thus the state started to get inconsistent.
Creating a bucket to hold it so I can overwrite the gameState object whilst still preserving a reference to the containing bucket.
*/
export const stateBucket = {
currentGameState: null,
timerWorker: null
}