Skip to content

Commit

Permalink
Changed code for demoing lava planet mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniSoda17 committed Sep 19, 2023
1 parent 84cbe17 commit d49a945
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void create() {

// Set up infrastructure for end game tracking
player = spawnPlayer();
player.getEvents().addListener("spawnWave", this::spawnFireWorm);
player.getEvents().addListener("spawnWave", this::spawnWave);

//playMusic();

Expand All @@ -248,10 +248,12 @@ public void create() {
// spawnXenoGrunts();
// spawnWeaponTower();

spawnDemonBoss();
// spawnDragonKnight();
// spawnFireWorm();
spawnDemonBoss();

//mobBoss1 = spawnMobBoss1();
// startWaveTimer();
// startWaveTimer();
//// spawnIncome();
// spawnScrap();
// spawnTNTTower();
Expand Down

0 comments on commit d49a945

Please sign in to comment.