summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-08-13 18:19:34 +0200
committerAki <nthirtyone@gmail.com>2016-08-13 18:19:34 +0200
commitf7811309bcdb66467aed6a5c8c3870d646b5783a (patch)
tree82895699ffbd3e555f8f3c33b7c451280a4224d2 /conf.lua
parent6018c668087bf49629fd95b3d5ca01213e4cc340 (diff)
downloadroflnauts-f7811309bcdb66467aed6a5c8c3870d646b5783a.zip
roflnauts-f7811309bcdb66467aed6a5c8c3870d646b5783a.tar.gz
roflnauts-f7811309bcdb66467aed6a5c8c3870d646b5783a.tar.bz2
floored grid for players and platforms
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua10
1 files changed, 4 insertions, 6 deletions
diff --git a/conf.lua b/conf.lua
index e34d170..a0f6eb2 100644
--- a/conf.lua
+++ b/conf.lua
@@ -2,12 +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.borderless = true
- --]]
- t.window.fullscreentype = "desktop"
- t.window.fullscreen = true
- t.console = false
+ -- t.window.borderless = true
+ -- t.window.fullscreentype = "desktop"
+ -- t.window.fullscreen = true
+ t.console = true
end \ No newline at end of file