Couple typos, bug fixes, and setting window title.

This commit is contained in:
Bryce Covert
2015-11-27 10:56:45 -08:00
parent 76bf35a46c
commit a80d7ac43a
3 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
(do
(set! (.width cfg) 1280)
(set! (.height cfg) 960)))
(set! (.title cfg) "Tick's Tales: Up All Knight")
(set! (.foregroundFPS cfg) 60)
(set! (.backgroundFPS cfg) 60)
(System/setProperty "org.lwjgl.opengl.Display.enableHighDPI" "false")