decrease difficulty
This commit is contained in:
parent
2b88690cf5
commit
9a701d88dc
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))
|
||||
}
|
||||
|
||||
for (let i = 0; i < 50; i++) {
|
||||
for (let i = 0; i < 35; i++) {
|
||||
that.entities.push(new Shooter(false, that))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue