summaryrefslogtreecommitdiff
path: root/src/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.lua')
-rw-r--r--src/conf.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/conf.lua b/src/conf.lua
new file mode 100644
index 0000000..756de2f
--- /dev/null
+++ b/src/conf.lua
@@ -0,0 +1,7 @@
+function love.conf(t)
+ t.window.title = "the"
+ t.window.width=640
+ t.window.height=480
+
+end
+