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