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

change PokeMudry by PokeHES

This commit is contained in:
2022-06-17 10:17:50 +02:00
parent afe374c201
commit f6f47d3063
3 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ import Screen.ScreenPlayer;
import ch.hevs.gdx2d.desktop.PortableApplication;
import ch.hevs.gdx2d.lib.GdxGraphics;
public class PokeMudry extends PortableApplication {
public class PokeHES extends PortableApplication {
private ScreenPlayer sp;
private Controller controller;
@ -26,10 +26,10 @@ public class PokeMudry extends PortableApplication {
public static void main(String[] args) {
new PokeMudry();
new PokeHES();
}
PokeMudry(){
PokeHES(){
super(Settings.SIDE, Settings.SIDE);
controller = new Controller();
sp = new ScreenPlayer();