summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-07-31 22:17:24 +0200
committerAki <nthirtyone@gmail.com>2017-07-31 22:17:24 +0200
commita5dfe50a4f4dd64ef0f54e1caaef8a2672ff8c76 (patch)
tree0a9b867bdf766817e08d42f885443eaa10218be0 /conf.lua
parent29310cc9a4b29b4f758fb23d6cd963e2caa549b3 (diff)
downloadroflnauts-a5dfe50a4f4dd64ef0f54e1caaef8a2672ff8c76.zip
roflnauts-a5dfe50a4f4dd64ef0f54e1caaef8a2672ff8c76.tar.gz
roflnauts-a5dfe50a4f4dd64ef0f54e1caaef8a2672ff8c76.tar.bz2
For testing purpose - static change of display settings
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.lua b/conf.lua
index bb1da32..032f41b 100644
--- a/conf.lua
+++ b/conf.lua
@@ -2,11 +2,11 @@
function love.conf(t)
t.title = "Roflnauts 2"
t.version = "0.10.2"
- -- t.window.width = 320*3
- -- t.window.height = 180*3
+ t.window.width = 320
+ t.window.height = 180
-- t.window.borderless = true
t.identity = "not-nautz"
- t.window.fullscreentype = "desktop"
- t.window.fullscreen = true
+ -- t.window.fullscreentype = "desktop"
+ -- t.window.fullscreen = true
t.console = false
end