1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-30 04:33:27 +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; return lineSpeech;
} }
public boolean getScreenBattle(){ public boolean getScreenBattleOn(){
return screenBattleOn; return screenBattleOn;
} }

View File

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