Skip to content
Snippets Groups Projects
Commit 30f984e4 authored by Azurlors's avatar Azurlors
Browse files

Bonne music victory V4.1.0

parent 923ff4e0
No related branches found
No related tags found
No related merge requests found
......@@ -45,17 +45,23 @@ public class Main {
mp3.stopMusic();
mp3 = new MP3("failsound.wav");
mp3.displayMusic();
if(getGameCharacter().death() ){
mp3 = new MP3("failsound.wav");
mp3.displayMusic();
menu.menufin();
mp3.stopMusic();
}
if (getMonsterList().get(getMonsterList().size()-1).death()){
if (getMonsterList().get(levelManager.getIndexBoss()).death()){
mp3 = new MP3("audio.wav");
mp3.displayMusic();
menu.menufinVicory();
mp3.stopMusic();
}
}
}
......
public class testsdfjsh {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment