Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 7, 2018 23:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Example main.lua
function love.load()
end
function love.update()
end
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment