mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 11:39:17 +00:00 
			
		
		
		
	fonctionniert
This commit is contained in:
		| @@ -31,8 +31,10 @@ public class Battle { | ||||
|  | ||||
|     public void readNextLine(){ | ||||
|     //change line | ||||
| 		lineSpeech++; | ||||
|  | ||||
|     System.out.println(textEnemy.lines.size()); | ||||
|         if(lineSpeech < textEnemy.lines.size()-1){ | ||||
|             lineSpeech++; | ||||
|         } | ||||
| 	} | ||||
|  | ||||
|     //check the choice answer | ||||
| @@ -66,6 +68,11 @@ public class Battle { | ||||
|  | ||||
|     } | ||||
|  | ||||
|      | ||||
|     public boolean finish(){ | ||||
|         return false; | ||||
|     } | ||||
|  | ||||
|     public boolean getAttackOn(){ | ||||
|         return textEnemy.lines.get(lineSpeech).attackOn; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user