fullscreen false
This commit is contained in:
parent
6996b5a925
commit
3d86f70055
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ local.properties
|
||||
.externalToolBuilders/
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
/bin/
|
||||
|
@ -12,7 +12,7 @@ public class Game implements KeyListener{
|
||||
private int width = 800;
|
||||
private int height = 600;
|
||||
|
||||
private GameScreen gameScreen = new GameScreen("Game", width, height, true); // false vid testkörning
|
||||
private GameScreen gameScreen = new GameScreen("Game", width, height, false); // false vid testkörning
|
||||
|
||||
private ImgContainer player;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user