From 9a701d88dc9cbd37d562c4c5fb74ee55573496cb Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:14:21 -0500 Subject: [PATCH] decrease difficulty --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index ff47223..7bd4956 100644 --- a/game.js +++ b/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)) }