mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-08-13 16:23:09 +00:00
c
This commit is contained in:
@@ -2,6 +2,7 @@ package Text;
|
|||||||
|
|
||||||
import Entity.Enemy;
|
import Entity.Enemy;
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
|
||||||
public class TextEnemy {
|
public class TextEnemy {
|
||||||
@@ -100,11 +101,11 @@ public class TextEnemy {
|
|||||||
currentData.add(currentRandom);
|
currentData.add(currentRandom);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
//display answer
|
||||||
for(int[] a : currentData){
|
for(int[] a : currentData){
|
||||||
System.out.println(Arrays.toString(a));
|
System.out.println(Arrays.toString(a));
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
//finish (win and death)
|
//finish (win and death)
|
||||||
String dead = formatLine(speechData.getSpeechs(5),CUT);
|
String dead = formatLine(speechData.getSpeechs(5),CUT);
|
||||||
|
Reference in New Issue
Block a user