Skip to content

Instantly share code, notes, and snippets.

@darmie
Last active April 14, 2016 13:36
Show Gist options
  • Save darmie/070dc7bc51db7791fc637629132e9820 to your computer and use it in GitHub Desktop.
Save darmie/070dc7bc51db7791fc637629132e9820 to your computer and use it in GitHub Desktop.
Love2D code snippets
function love.load()
--load
end
function love.update(dt)
-- maths
end
function love.draw()
--draw
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment