1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 01:43:28 +00:00
This commit is contained in:
Rémi Heredero 2022-06-10 19:46:59 +02:00
parent eb6e6dac79
commit b7704c1e79

View File

@ -104,11 +104,6 @@ public class ScreenBattle extends RenderingScreen{
//TODO afficher le joueur
}
public void displayEnemy(Enemy e){
//TODO display the person
}
public void readNextLine(){
//display the speech and change line
lineDialog = textEnemy.lines.get(lineSpeech).line;