aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2015-12-29 21:18:46 -0800
committerChris B <1029chris@gmail.com>2015-12-29 21:18:46 -0800
commit2dc8a6ca7be6f19caccd865f9c9da6b2e91e7510 (patch)
tree183d6010c48aa6e75a3f7821383b472b40b5e97e
parent5f15a1ce39031e83b1a6ab1153a71ed6f862cc0b (diff)
Added stuff to conf.lua
-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