1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-26 11:03:28 +00:00

adjust screenbattle

This commit is contained in:
Fastium 2022-06-13 21:57:01 +02:00
parent 0d2748abb0
commit f53db05cc9
2 changed files with 3 additions and 5 deletions

View File

@ -86,7 +86,7 @@ public class Battle {
return lineSpeech;
}
public boolean getScreenBattle(){
public boolean getScreenBattleOn(){
return screenBattleOn;
}

View File

@ -28,7 +28,7 @@ public class ScreenBattle extends RenderingScreen{
private Battle b = null;
private boolean screenBattleOn = true;
@Override
public void onInit() {
@ -91,9 +91,7 @@ public class ScreenBattle extends RenderingScreen{
//TODO afficher le joueur
}
public boolean getScreenBattleOn(){
return screenBattleOn;
}
public void manage(Controller c, Battle battle){
if(PokeMudry.front_montant){