Skip to content

Instantly share code, notes, and snippets.

@Chovin
Created June 6, 2018 04:06
Show Gist options
  • Save Chovin/9828df3f3779f05a9f88a1924d504ce3 to your computer and use it in GitHub Desktop.
Save Chovin/9828df3f3779f05a9f88a1924d504ce3 to your computer and use it in GitHub Desktop.
function _init()
-- setup code
end
function _update()
-- code that changes things in the game
end
function _draw()
-- code that draws things to the screen
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment