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

select answer with row

This commit is contained in:
2022-06-17 21:45:05 +02:00
parent 62716a5077
commit 2e034c4f85
5 changed files with 35 additions and 14 deletions

View File

@@ -18,12 +18,14 @@ public class Battle {
public int xpPlayer;
public boolean screenBattleOn = true;
public int cursor = 0;
public Battle(Enemy e){
if(e != null){
textEnemy = new TextEnemy(e);
textEnemy.generateText();
textEnemy.generateText(cursor);
}
pvEnemy = e.getPv();
lineSpeech = 0;
newXp = 0;