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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user