aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf.lua b/conf.lua
index 8b13789..9e5d638 100644
--- a/conf.lua
+++ b/conf.lua
@@ -1 +1,7 @@
-
+function love.conf(t)
+ t.window.width = 0
+ t.window.height = 0
+ t.version = "0.9.2"
+ t.modules.joystick = false
+ t.window.title = "Don't Get a Virus"
+end