1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

new vector to display speech

This commit is contained in:
Fastium
2022-06-09 06:58:49 +02:00
parent aaeb151c43
commit 0fc97ac683
2 changed files with 23 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ public class ScreenBattle extends RenderingScreen{
private static int WIDTH_DIALOG = Settings.SIDE - 2*EDGE;
private boolean attackOn;
private int numAttack =0;
private BitmapFont optimus40;
@@ -60,14 +61,14 @@ public class ScreenBattle extends RenderingScreen{
}
public void displayEnemy(Enemy e){
if(e.textEnemy.attackOn){
attackOn = true;
}
else()
// stock his speech
//display the person
}
public void readNextLine(){
//display the speech
}