fixes.
This commit is contained in:
@@ -36,11 +36,14 @@
|
||||
#_(.setForegroundFPS 60)
|
||||
(.setHdpiMode Lwjgl3ApplicationConfiguration$HdpiMode/Pixels)
|
||||
(.setTitle "Tick's Tales: Up All Knight")
|
||||
(.setWindowIcon (into-array ["icon/icon128x128.png"
|
||||
"icon/icon32x32.png"
|
||||
"icon/icon16x16.png"])))
|
||||
(.setWindowIcon (into-array ["icon/icon_128x128.png"
|
||||
"icon/icon_32x32.png"
|
||||
"icon/icon_16x16.png"]))
|
||||
(.setWindowedMode (* 640 2) (* 480 2)))
|
||||
#_(set! (.foregroundFPS cfg) 60)
|
||||
#_(set! (.backgroundFPS cfg) 60)
|
||||
#_(set! (.windowWidth cfg) (* 640 2))
|
||||
#_(set! (.windowHeight cfg) (* 480 2))
|
||||
(System/setProperty "org.lwjgl.opengl.Display.enableHighDPI" "false")
|
||||
(System/setProperty "org.lwjgl.opengl.Display.disableOSXFullscreenModeAPI" "true")
|
||||
#_(System/setProperty "org.lwjgl.opengl.Window.undecorated", "true")
|
||||
|
||||
Reference in New Issue
Block a user