Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 9, 2018 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/1e4bb487f17aa1652d1c0e07fbdfff3e to your computer and use it in GitHub Desktop.
Save videlais/1e4bb487f17aa1652d1c0e07fbdfff3e to your computer and use it in GitHub Desktop.
draw.lua code block
function love.draw()
love.graphics.rectangle("fill", player.x, player.y, player.width, player.height )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment