summaryrefslogtreecommitdiff
path: root/conf.lua
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-08-01 21:08:00 -0500
committercitrons <citrons@mondecitronne.com>2025-08-01 21:08:00 -0500
commit97e0ca7f099fedfd7ee41c2f0ad4f5a443b70579 (patch)
tree45b5745c030c42999de198e3bc9300c237af4990 /conf.lua
initial commitHEADmaster
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua
new file mode 100644
index 0000000..5697142
--- /dev/null
+++ b/conf.lua
@@ -0,0 +1,5 @@
+function love.conf(t)
+ t.identity = "brot"
+ t.window.title = "brot"
+ t.window.resizable = true
+end