mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-26 19:13:27 +00:00
change screenBattleOn
This commit is contained in:
parent
47b86dd6c8
commit
5a8cfeef4e
@ -23,13 +23,10 @@ public class ScreenBattle extends RenderingScreen{
|
||||
private static int HEIGHT_DIALOG = Settings.SIDE / 3;
|
||||
private static int WIDTH_DIALOG = Settings.SIDE - 2*EDGE;
|
||||
|
||||
|
||||
private BitmapFont optimus40;
|
||||
|
||||
private Battle b = null;
|
||||
|
||||
private Enemy enemy;
|
||||
|
||||
|
||||
@Override
|
||||
public void onInit() {
|
||||
@ -82,9 +79,7 @@ public class ScreenBattle extends RenderingScreen{
|
||||
|
||||
}
|
||||
|
||||
public void setEnemy(Enemy enemy){
|
||||
this.enemy = enemy;
|
||||
}
|
||||
|
||||
|
||||
public void displayEnemy(Enemy e){
|
||||
// TODO affficher l'enemi
|
||||
|
Loading…
Reference in New Issue
Block a user