diff options
| author | the lemons <citrons@mondecitronne.com> | 2022-03-16 21:46:11 -0500 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2022-03-16 21:46:11 -0500 |
| commit | 18aac387aad24918d91876bd082885c8fe5484e6 (patch) | |
| tree | c56c9bb4ff67dedf9827050ddd5c4b9fc5111a26 /conf.lua | |
hello world
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..ba05c92 --- /dev/null +++ b/conf.lua @@ -0,0 +1,5 @@ +function love.conf(t) + t.identity = "11_111" + t.window.title = "11¹¹¹" + t.window.resizable = true +end |
