Simple Screens and so
This commit is contained in:
		| @@ -7,6 +7,11 @@ import de.samdev.colorrunner.CRGame; | ||||
| public class DesktopLauncher { | ||||
| 	public static void main (String[] arg) { | ||||
| 		LwjglApplicationConfiguration config = new LwjglApplicationConfiguration(); | ||||
|  | ||||
|         config.title = "ColorRunner"; | ||||
|         config.width = 967; | ||||
|         config.height = 544; | ||||
|          | ||||
| 		new LwjglApplication(new CRGame(), config); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user