first commit

This commit is contained in:
alessandro bason 2026-01-23 16:17:53 +01:00
commit ed502bdf2a
6 changed files with 780 additions and 0 deletions

5
conf.lua Normal file
View file

@ -0,0 +1,5 @@
function love.conf(t)
t.console = true
t.window.resizable = true
end