about summary refs log tree commit diff stats
path: root/html/tower/js/gameState.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-02-17 09:09:02 -0500
committerelioat <elioat@tilde.institute>2025-02-17 09:09:02 -0500
commit86dc7f62ba51d1c9a6a8d943d188c2ddb6efa148 (patch)
tree8f8e9949707749dda606972313300126bf78f615 /html/tower/js/gameState.js
parent82eb0fe6103e86cfccde9bdeb61aeb28e9ea66c3 (diff)
downloadtour-86dc7f62ba51d1c9a6a8d943d188c2ddb6efa148.tar.gz
*
Diffstat (limited to 'html/tower/js/gameState.js')
-rw-r--r--html/tower/js/gameState.js4
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 = {