Created on June 11, 2015 07:58 | Updated almost 6 years ago
Link: https://github.com/ronisegoly/yozma001
yes
setup: function() { // code to run on startup $W.add_button("My Button",function(){ do_something() }) }, draw: function() { // code to run every frame }