summaryrefslogtreecommitdiff
path: root/designer/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'designer/conf.lua')
-rw-r--r--designer/conf.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/designer/conf.lua b/designer/conf.lua
new file mode 100644
index 0000000..9182b4a
--- /dev/null
+++ b/designer/conf.lua
@@ -0,0 +1,5 @@
+function love.conf(t)
+ t.identity = "11_111"
+ t.window.title = "designer"
+ t.window.resizable = true
+end