Fixed last commit

This commit is contained in:
Mike Schwörer 2014-08-11 15:47:58 +02:00
parent 1d13c5b754
commit 38e018febf
4 changed files with 5 additions and 7 deletions

View File

@ -2,14 +2,12 @@ package de.samdev.colorrunner;
import com.badlogic.gdx.Game;
import de.samdev.clorrunner.screens.menu.SplashScreen;
import de.samdev.colorrunner.screens.gameScreen.GameScreen;
import de.samdev.colorrunner.screens.menu.SplashScreen;
public class CRGame extends Game {
public final static boolean DEBUG = true;
private SplashScreen SplashScreen;
public static final int WIDTH=1000,HEIGHT=563;
@Override
public void create() {

View File

@ -1,4 +1,4 @@
package de.samdev.clorrunner.screens.menu;
package de.samdev.colorrunner.screens.menu;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;

View File

@ -1,4 +1,4 @@
package de.samdev.clorrunner.screens.menu;
package de.samdev.colorrunner.screens.menu;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;

View File

@ -9,8 +9,8 @@ public class DesktopLauncher {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.title = "ColorRunner";
config.width = CRGame.WIDTH;
config.height = CRGame.HEIGHT;
config.width = 1000;
config.height = 563;
/*
* For FPS Independence Testing