Skip to content

Instantly share code, notes, and snippets.

@micaiahparker
Created May 20, 2015 16:55
Show Gist options
  • Save micaiahparker/401d0badb2754cfd25ae to your computer and use it in GitHub Desktop.
Save micaiahparker/401d0badb2754cfd25ae to your computer and use it in GitHub Desktop.
function love.update()
chuck = love.filesystem.load('test.lua')
tree = chunk()
end
function love.draw()
love.graphics.print(0, 0, tree.left)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment