Skip to content

Commit

Permalink
Commented out some spawning of entities for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
meganroxburgh committed Sep 9, 2023
1 parent 111f022 commit 8808670
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ public void create() {
spawnWeaponTower();
spawnEngineer();
spawnWeaponTower();
spawnIncome();
spawnScrap();
// spawnIncome();
// spawnScrap();

bossKing1 = spawnBossKing1();
bossKing2 = spawnBossKing2();
Expand Down

0 comments on commit 8808670

Please sign in to comment.