diff options
| author | citrons <citrons@mondecitronne.com> | 2025-08-01 21:08:00 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-08-01 21:08:00 -0500 |
| commit | 97e0ca7f099fedfd7ee41c2f0ad4f5a443b70579 (patch) | |
| tree | 45b5745c030c42999de198e3bc9300c237af4990 /conf.lua | |
Diffstat (limited to 'conf.lua')
| -rw-r--r-- | conf.lua | 5 |
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 |
