1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-31 03:39:16 +00:00

Merge pull request #48 from Klagarge/comments-HER

Comments her
This commit is contained in:
Rémi Heredero
2022-06-17 10:08:50 +02:00
committed by GitHub
6 changed files with 22 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class Battle {
public int xpPlayer;
public boolean screenBattleOn = true;
public Battle(Enemy e){
if(e != null){
textEnemy = new TextEnemy(e);