Fixed last commit
This commit is contained in:
parent
1d13c5b754
commit
38e018febf
@ -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() {
|
||||
|
@ -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;
|
@ -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;
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user