cutechicken commited on
Commit
699a883
·
verified ·
1 Parent(s): c5f6332

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -199,7 +199,7 @@
199
  }
200
  function initRound() {
201
  enemies = [];
202
- for(let i = 0; i < 5 * currentRound; i++) {
203
  enemies.push(new Enemy());
204
  }
205
  player.health = player.maxHealth;
 
199
  }
200
  function initRound() {
201
  enemies = [];
202
+ for(let i = 0; i < 1 * currentRound; i++) {
203
  enemies.push(new Enemy());
204
  }
205
  player.health = player.maxHealth;