1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00
This commit is contained in:
Fastium
2022-06-12 14:26:02 +02:00
parent c121320a04
commit 6248936e5a
4 changed files with 87 additions and 76 deletions

View File

@@ -52,7 +52,7 @@ public class ScreenBattle extends RenderingScreen{
displayDialog(g);
System.out.println(battle.lineSpeech);
System.out.println("render: " + battle.getLineSpeech());
}
@Override
@@ -97,7 +97,7 @@ public class ScreenBattle extends RenderingScreen{
public void manage(Controller c){
if(PokeMudry.front_montant){
System.out.println(battle.lineSpeech);
System.out.println("manage: " + battle.getLineSpeech());
if( battle.getAttackOn() == false){