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

convert with lib

This commit is contained in:
2022-06-06 13:48:20 +02:00
parent 4c99bb5629
commit 622e072481
50 changed files with 466 additions and 802 deletions

26
src/PokeMudry.java Normal file
View File

@@ -0,0 +1,26 @@
import ch.hevs.gdx2d.desktop.PortableApplication;
import ch.hevs.gdx2d.lib.GdxGraphics;
public class PokeMudry extends PortableApplication{
public final boolean ANDROID = false;
public final int PLAYERS = 1;
public static final int TIME = 10; // number of minutes for kill all enemy
/*
public static void main(String[] args) {
}
*/
@Override
public void onInit() {
// TODO Auto-generated method stub
}
@Override
public void onGraphicRender(GdxGraphics g) {
// TODO Auto-generated method stub
}
}