Minor update.

This commit is contained in:
J. M. Ellis
2024-06-14 21:56:20 -07:00
parent f9045a49e8
commit fff0c1fa65
2 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ namespace LunaLightXMG
random = new Random(42);
// Init number of platforms / enemies
numOfPlatforms = 3;
numOfEnemies = 20;
numOfPlatforms = 4;
numOfEnemies = 10;
}
protected override void Initialize()