diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-13 21:19:47 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-13 21:19:47 +0200 |
commit | 8cc447f2250d3d6a1cf92f9a74f20e4fc2698744 (patch) | |
tree | 8fc566a1baad6d71ad14706abce7777f1ed5b740 | |
parent | 324f0612ab77b73a4245e7cec6d21e0b8f3ad77e (diff) | |
download | roflnauts-8cc447f2250d3d6a1cf92f9a74f20e4fc2698744.zip roflnauts-8cc447f2250d3d6a1cf92f9a74f20e4fc2698744.tar.gz roflnauts-8cc447f2250d3d6a1cf92f9a74f20e4fc2698744.tar.bz2 |
revert conf
-rw-r--r-- | conf.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,10 @@ function love.conf(t) t.title = "Roflnauts 2" t.version = "0.10.1" - t.window.width = 320*3 - t.window.height = 180*3 + -- t.window.width = 320*3 + -- t.window.height = 180*3 -- t.window.borderless = true - -- t.window.fullscreentype = "desktop" - -- t.window.fullscreen = true + t.window.fullscreentype = "desktop" + t.window.fullscreen = true t.console = true end
\ No newline at end of file |