diff options
author | Aki <nthirtyone@gmail.com> | 2016-06-26 17:35:03 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-06-26 17:35:03 +0200 |
commit | 75caedeaf6050620e0c33df986794559c2f49236 (patch) | |
tree | 95e07e46ea0650066633763407e4dbd71d8bbb6a /conf.lua | |
parent | fee69da24f3f580acbe6682116a9a1636f9736c4 (diff) | |
download | roflnauts-75caedeaf6050620e0c33df986794559c2f49236.zip roflnauts-75caedeaf6050620e0c33df986794559c2f49236.tar.gz roflnauts-75caedeaf6050620e0c33df986794559c2f49236.tar.bz2 |
Borderless fullscreen
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 |