decrease difficulty
This commit is contained in:
parent
ada6f4b5a5
commit
fd7f909a8c
1 changed files with 1 additions and 1 deletions
2
game.js
2
game.js
|
@ -201,7 +201,7 @@ class Game extends GameBasic {
|
||||||
that.entities.push(new NPC(false, that))
|
that.entities.push(new NPC(false, that))
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let i = 0; i < 50; i++) {
|
for (let i = 0; i < 35; i++) {
|
||||||
that.entities.push(new Shooter(false, that))
|
that.entities.push(new Shooter(false, that))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue