diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,9 +1,8 @@ -- Game configuration function love.conf(t) - t.title = "notnauts" + t.title = "Roflnauts 2" t.version = "0.10.1" - t.window.icon = "assets/icon.png" - t.window.width = 320*4 - t.window.height = 180*4 + t.window.fullscreentype = "desktop" + t.window.fullscreen = true t.console = false end
\ No newline at end of file |