And no, I don't want to go through the Wiki manually
Code: Select all
love.update(dt)
love.draw()
love.keypressed(key)
...
love.math.random(min, max)
love.graphics.draw(drawable, x, y, r, sx, sy, ox, oy, kx, ky)
Code: Select all
love.update(dt)
love.draw()
love.keypressed(key)
...
love.math.random(min, max)
love.graphics.draw(drawable, x, y, r, sx, sy, ox, oy, kx, ky)
Thanks for this, did not know it existed.slime wrote:Santos has created a nice (very long) single-page list of everything here: http://santos.nfshost.com/love.html
Users browsing this forum: No registered users and 5 guests