Skip to content

Commit

Permalink
restored forest game for push
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchan550 committed Oct 5, 2023
1 parent 3c2b5e0 commit ddd773d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ public void create() {
// Set up infrastructure for end game tracking
player = spawnPlayer();

// waves = WaveFactory.createWaves();
// spawnEntity(waves);
// waves.getEvents().addListener("spawnWave", this::spawnMob);
spawnGregMob();
waves = WaveFactory.createWaves();
spawnEntity(waves);
waves.getEvents().addListener("spawnWave", this::spawnMob);
// spawnGregMob();

spawnScrap();
spawnGapScanners();
Expand Down

0 comments on commit ddd773d

Please sign in to comment.