1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-06-27 20:52:32 +00:00

poslish of polish

This commit is contained in:
2022-06-09 19:20:43 +02:00
parent 419c8ed93f
commit 876cc9192e
4 changed files with 4 additions and 111 deletions

View File

@ -2,16 +2,14 @@ package Main;
import java.util.Vector;
import com.badlogic.gdx.Input;
import Control.Controller;
import Entity.Enemy;
import Entity.Entity;
import Entity.Player;
import Screen.ScreenMap;
import Screen.ScreenPlayer;
import ch.hevs.gdx2d.desktop.PortableApplication;
import ch.hevs.gdx2d.lib.GdxGraphics;import Screen.ScreenPlayer;
import ch.hevs.gdx2d.desktop.PortableApplication;
import ch.hevs.gdx2d.lib.GdxGraphics;
public class PokeMudry extends PortableApplication {