Final few last minute changes

Fullscreen enabled/disabled
This commit is contained in:
ESloman 2016-02-23 12:25:03 +00:00
parent 04915fd288
commit 8f907b5a8a
4 changed files with 4 additions and 0 deletions

View File

View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: com.game.desktop.DesktopLauncher

View File

@ -19,5 +19,6 @@ public class DesktopLauncher {
config.foregroundFPS = (int)Vars.FRAMERATE;
config.backgroundFPS = (int)Vars.FRAMERATE;
config.samples = 4;
config.fullscreen = false;
}
}