Initial commit

This commit is contained in:
2024-07-10 21:51:06 +02:00
commit 43a8ebf800
20 changed files with 4012 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function love.draw2()
love.graphics.setBackgroundColor(0, 1, 0)
end