diff options
author | Aki <nthirtyone@gmail.com> | 2016-12-20 06:05:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 06:05:56 +0100 |
commit | 493a89fb354ee6ce667d29a7b96bb4fdd0f6697f (patch) | |
tree | d862856d4b62a6c996ea16211ebd321206e236b4 /conf.lua | |
parent | ed6ad6687aeb5359af48bc97c1dbf5dd66842c9c (diff) | |
parent | 73bcd524906c51d43b22b3ea68c64b38f130bea6 (diff) | |
download | roflnauts-1.0-pre.4.zip roflnauts-1.0-pre.4.tar.gz roflnauts-1.0-pre.4.tar.bz2 |
Merge pull request #16 from nthirtyone/menuv1.0-pre.4
Menu
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 |