summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.lua b/conf.lua
index 4d9f961..83175f0 100644
--- a/conf.lua
+++ b/conf.lua
@@ -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