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 900726d commit 7968272
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions source/core/src/main/com/csse3200/game/areas/ForestGameArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,6 @@ private void spawnTerrain() {

}

//private Entity spawnPlayer() {
// Entity newPlayer = PlayerFactory.createPlayer();
// spawnEntityAt(newPlayer, PLAYER_SPAWN, true, true);
// return newPlayer;
// }

// Spawn player at a specific position
// private Entity spawnPlayer(GridPoint2 position) {
// Entity newPlayer = PlayerFactory.createPlayer();
// spawnEntityAt(newPlayer, position, true, true);
// return newPlayer;
// }

/**
* Spawn an entity on the map. Is called during a wave. Add cases here for each mob type
* @param entity mob to be spawned
Expand Down

0 comments on commit 7968272

Please sign in to comment.