master
Chara1236 2022-06-20 22:11:04 -04:00
parent 69e18a53a8
commit c4058593b7
1 changed files with 1 additions and 3 deletions

View File

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