diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ function love.conf(t) -- t.window.width = 320*3 -- t.window.height = 180*3 -- t.window.borderless = true + t.identity = "not-nautz" t.window.fullscreentype = "desktop" t.window.fullscreen = true t.console = false -end
\ No newline at end of file +end |