Skip to content

Instantly share code, notes, and snippets.

View monkeyman32123's full-sized avatar

monkeyman32123

View GitHub Profile
--# Main
function setup()
h = Explorer(true)
parameter.action("remove",function() h:remove() end)
parameter.action("re-add",function() h:remove(); h=Explorer() end)
parameter.color("bgcol")
end
function draw()
--]]
--[[
This work is under MIT-LICENSE
Copyright (c) 2012-2013 Roland Yonaba.
Permission is hereby granted, free of charge, to any person obtaining a copy