Skip to content

Commit

Permalink
Removed commented-out line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
fattyhope committed Oct 17, 2023
1 parent 7c7f6d9 commit dee03f9
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions source/core/src/main/com/csse3200/game/areas/ForestGameArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,37 +227,6 @@ private void stopWaveTimer() {
}
}

/**
* Cases to spawn a wave
*/
// private void spawnWave() {
// wave++;
// switch (wave) {
// case 1:
// case 2:
// spawnFireWorm();
// spawnDragonKnight();
//
// break;
// case 3:
// spawnSkeleton();
// spawnWizard();
// // mobBoss2 = spawnMobBoss2();
// break;
// case 4:
// spawnWaterQueen();
// spawnWaterSlime();
// // mobBoss2 = spawnMobBoss2();
//
// break;
// case 5:
// spawnDemonBoss();
// default:
// // Handle other wave scenarios if needed
// break;
// }
// }

/**
* Create the game area, including terrain, static entities (trees), dynamic entities (player)
*/
Expand Down

0 comments on commit dee03f9

Please sign in to comment.