1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-07-07 00:41:10 +00:00

polish done

This commit is contained in:
2022-06-12 17:02:27 +02:00
parent 23fe6f1ad9
commit 317aae0432
3 changed files with 6 additions and 16 deletions

View File

@ -2,11 +2,8 @@ package Main;
import java.util.Vector;
import java.util.Map.Entry;
import org.lwjgl.opencl.CLSampler;
import com.badlogic.gdx.Input;
import Control.Controller;
import Entity.Enemy;
import Entity.Entity;
@ -67,7 +64,6 @@ public class PokeMudry extends PortableApplication {
// Switch screen
if (sp.p.frontOfEnemy && onMapScreen){
sp.e = sp.p.lastEnemy;
//sp.screenManager.activateNextScreen();
sp.sb = sp.screenManager.getScreenBattle();
sp.b = new Battle(sp.e);
g.resetCamera();