mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-30 04:33:27 +00:00
adjust screenbattle
This commit is contained in:
parent
0d2748abb0
commit
f53db05cc9
@ -86,7 +86,7 @@ public class Battle {
|
|||||||
return lineSpeech;
|
return lineSpeech;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getScreenBattle(){
|
public boolean getScreenBattleOn(){
|
||||||
return screenBattleOn;
|
return screenBattleOn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user