Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created December 27, 2013 23:17
Show Gist options
  • Save amadeus/8153989 to your computer and use it in GitHub Desktop.
Save amadeus/8153989 to your computer and use it in GitHub Desktop.
{
guiEnabled: true,
draw: function(){
this.parent();
if (this.guiEnabled) {
this.drawGUI();
}
},
drawGUI: function(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment