Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -199,7 +199,7 @@
|
|
199 |
}
|
200 |
function initRound() {
|
201 |
enemies = [];
|
202 |
-
for(let i = 0; 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;
|