Your mom
parent
69e18a53a8
commit
c4058593b7
|
@ -49,7 +49,7 @@ public class LevelManager implements Serializable {
|
|||
} else if(level == 5){
|
||||
//-1100/460
|
||||
xSpawn = -1100;
|
||||
ySpawn = 350;
|
||||
ySpawn = 300;
|
||||
filePath = "saves/Level5.txt";
|
||||
bombs = 1;
|
||||
} else if(level == 6){
|
||||
|
@ -105,8 +105,6 @@ public class LevelManager implements Serializable {
|
|||
} catch (IOException | SpriteException | UnsupportedAudioFileException | LineUnavailableException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
//GamePanel.player.reset();
|
||||
//System.out.println("done111");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue