diff options
Diffstat (limited to 'conf.lua')
-rw-r--r-- | conf.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ +-- Game configuration function love.conf(t) t.title = "notnauts" t.version = "0.10.1" t.window.icon = "assets/icon.png" - t.window.width = 290*2 - t.window.height = 180*2 + t.window.width = 290*4 + t.window.height = 180*4 t.console = true end
\ No newline at end of file |