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

first pass

This commit is contained in:
Rémi Heredero 2022-06-10 19:36:22 +02:00
parent b3f77d2768
commit 74956e5e0b
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
package Entity;
import java.util.TreeMap;
import java.util.Vector;
import com.badlogic.gdx.Input;

View File

@ -2,10 +2,7 @@ package Main;
import java.util.Vector;
import java.util.Map.Entry;
import com.badlogic.gdx.Input;
import Control.Controller;
import Entity.Enemy;
import Entity.Entity;
@ -60,6 +57,8 @@ public class PokeMudry extends PortableApplication {
if (entity.getMap().equals(sp.sm.map) && sp.screenManager.getActiveScreen().getClass().equals(ScreenMap.class))
entity.graphicRender(g);
}
if (sp.p.frontOfEnemy && sp.screenManager.getActiveScreen().getClass().equals(ScreenMap.class)){