decrease difficulty

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent 2b88690cf5
commit 9a701d88dc

View file

@ -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))
}