diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ function love.conf(t) t.title = "Roflnauts 2" t.version = "0.10.2" - -- t.window.width = 320*3 - -- t.window.height = 180*3 + t.window.width = 320 + t.window.height = 180 -- t.window.borderless = true t.identity = "not-nautz" - t.window.fullscreentype = "desktop" - t.window.fullscreen = true + -- t.window.fullscreentype = "desktop" + -- t.window.fullscreen = true t.console = false end |