From 97e0ca7f099fedfd7ee41c2f0ad4f5a443b70579 Mon Sep 17 00:00:00 2001 From: citrons Date: Fri, 1 Aug 2025 21:08:00 -0500 Subject: initial commit --- conf.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf.lua (limited to 'conf.lua') 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 -- cgit v1.2.3