diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-19 12:19:04 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-19 12:19:04 +0200 |
commit | 06ab90aeb91f4287adf3144778f72ee6a9b5f3c6 (patch) | |
tree | 486b320e7cda154b529086aa92caab9e0c1215a3 /conf.lua | |
parent | 272ae9e4589d4b473641972aa1e7469deff76d1c (diff) | |
download | roflnauts-06ab90aeb91f4287adf3144778f72ee6a9b5f3c6.zip roflnauts-06ab90aeb91f4287adf3144778f72ee6a9b5f3c6.tar.gz roflnauts-06ab90aeb91f4287adf3144778f72ee6a9b5f3c6.tar.bz2 |
Constant(s) changes :> :>
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ function love.conf(t) t.title = "notnauts" t.version = "0.10.1" t.window.icon = "assets/icon.png" - t.window.width = 315*4 - t.window.height = 200*4 + t.window.width = 290*4 + t.window.height = 180*4 t.console = true end
\ No newline at end of file |