summaryrefslogtreecommitdiff
path: root/designer/conf.lua
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-12-27 01:09:31 -0600
committerthe lemons <citrons@mondecitronne.com>2022-12-27 01:09:31 -0600
commitdb39f51f24406805ee50ad6fef89c32a71b179a7 (patch)
tree10d08a13052d897f469b60bec5691921892490ae /designer/conf.lua
parentb7aca18f4c80426f528bc650e1f6bd01437c8a89 (diff)
WIP shape designer
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