Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 9, 2018 01:49
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/40bcb1035de5bbf8066e2d09ad0bdd00 to your computer and use it in GitHub Desktop.
Save videlais/40bcb1035de5bbf8066e2d09ad0bdd00 to your computer and use it in GitHub Desktop.
player.lua code section
player = {}
player.x = 100
player.y = 100
player.width = 20
player.height = 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment