diff options
Diffstat (limited to 'html/tower/js/gameState.js')
-rw-r--r-- | html/tower/js/gameState.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/tower/js/gameState.js b/html/tower/js/gameState.js index 58a7b32..3cee9ed 100644 --- a/html/tower/js/gameState.js +++ b/html/tower/js/gameState.js @@ -1,6 +1,6 @@ const GamePhase = { - PLACEMENT: 'placement', - COMBAT: 'combat' + PLACEMENT: 'place', + COMBAT: 'run' }; const TowerTypes = { |