change game mechanics a lot

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent f0afee03ab
commit 2b88690cf5
3 changed files with 36 additions and 18 deletions

View file

@ -201,7 +201,7 @@ class Game extends GameBasic {
that.entities.push(new NPC(false, that))
}
for (let i = 0; i < 18; i++) {
for (let i = 0; i < 50; i++) {
that.entities.push(new Shooter(false, that))
}