diff options
author | elioat <elioat@tilde.institute> | 2025-02-17 09:09:02 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-02-17 09:09:02 -0500 |
commit | 86dc7f62ba51d1c9a6a8d943d188c2ddb6efa148 (patch) | |
tree | 8f8e9949707749dda606972313300126bf78f615 /html/tower/js/gameState.js | |
parent | 82eb0fe6103e86cfccde9bdeb61aeb28e9ea66c3 (diff) | |
download | tour-86dc7f62ba51d1c9a6a8d943d188c2ddb6efa148.tar.gz |
*
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 = { |