Skip to content

Commit

Permalink
Rearranging forestgamearea for push to feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniSoda17 committed Sep 27, 2023
1 parent 4c10cb4 commit 69dc3b9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions source/core/src/main/com/csse3200/game/areas/ForestGameArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,22 +216,23 @@ private void spawnWave() {
switch (wave) {
case 1:
case 2:
// spawnWaterQueen();
spawnWizard();
spawnDragonKnight();
spawnWaterQueen();
spawnWaterSlime();

break;
case 3:
spawnWaterSlime();
// spawnSkeleton();
spawnWizard();
// spawnDragonKnight();
spawnSkeleton();
// mobBoss2 = spawnMobBoss2();
break;
case 4:
// spawnFireWorm();
spawnFireWorm();
spawnDragonKnight();
// mobBoss2 = spawnMobBoss2();
break;
case 5:
// spawnDemonBoss();
spawnDemonBoss();
default:
// Handle other wave scenarios if needed
break;
Expand Down

0 comments on commit 69dc3b9

Please sign in to comment.