1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 09:53:28 +00:00

change screen battle

This commit is contained in:
Fastium 2022-06-13 21:58:24 +02:00
parent 7a5cdf9f2d
commit 4d38088397

View File

@ -103,7 +103,7 @@ public class ScreenBattle extends RenderingScreen{
battle.readNextLine(); battle.readNextLine();
} }
if (c.keyStatus.get(Input.Keys.ENTER)){ if (c.keyStatus.get(Input.Keys.ENTER)){
screenBattleOn = battle.finish(); battle.screenBattleOn = battle.finish();
} }
} }