diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-15 23:25:01 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-15 23:25:01 +0200 |
commit | 9ae261184c7c141fe78273c6e366be6e6ef33293 (patch) | |
tree | 5a456709955735c0df4710f9f0e3ddb87883daf9 /conf.lua | |
parent | 655846d353aac509f3155df23471983b7902b8f1 (diff) | |
download | roflnauts-9ae261184c7c141fe78273c6e366be6e6ef33293.zip roflnauts-9ae261184c7c141fe78273c6e366be6e6ef33293.tar.gz roflnauts-9ae261184c7c141fe78273c6e366be6e6ef33293.tar.bz2 |
:cloud: generator
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ function love.conf(t) t.window.icon = "assets/icon.png" t.window.width = 315*4 t.window.height = 200*4 - t.console = false + t.console = true end
\ No newline at end of file |