diff options
Diffstat (limited to 'html/tower/js/gameState.js')
-rw-r--r-- | html/tower/js/gameState.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/tower/js/gameState.js b/html/tower/js/gameState.js index 861ecb3..f6da7aa 100644 --- a/html/tower/js/gameState.js +++ b/html/tower/js/gameState.js @@ -200,6 +200,5 @@ const gameState = { this.projectiles = []; this.particles = []; this.grid = Array(20).fill().map(() => Array(20).fill('empty')); - this.currency += 10; // Level completion bonus } }; \ No newline at end of file |