about summary refs log tree commit diff stats
path: root/html/tower/js/game.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/tower/js/game.js')
-rw-r--r--html/tower/js/game.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/html/tower/js/game.js b/html/tower/js/game.js
index 3549639..8d9eea7 100644
--- a/html/tower/js/game.js
+++ b/html/tower/js/game.js
@@ -326,13 +326,12 @@ function handleLevelComplete() {
         Level ${gameState.level} Complete!
         
         Stats:
-        Enemies Destroyed: ${gameState.enemiesDestroyed}
-        Enemies Escaped: ${gameState.enemiesEscaped}
+        - Enemies Destroyed: ${gameState.enemiesDestroyed}
+        - Enemies Escaped: ${gameState.enemiesEscaped}
         
         Bonuses:
-        Current Money: $${gameState.currency}
-        Remaining Ammo Bonus: +$${ammoBonus}
-        Level Bonus: +$10
+        - Current Money: $${gameState.currency}
+        - Remaining Ammo Bonus: +$${ammoBonus}
         
         Total After Bonuses: $${gameState.currency + ammoBonus + 10}