going to make a rhythm game hopefully, don't know if it'll work at all, it's gonna be procedually(?) generated

This commit is contained in:
2018-09-02 08:30:39 +02:00
parent 10be7e0363
commit e46f571644
3 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
function love.load()
end
function love.update(dt)
end
function love.draw()
end