Skip to content

Instantly share code, notes, and snippets.

@williamngan
Last active August 31, 2015 01:07
Show Gist options
  • Save williamngan/436cd83c5418fa7c68ee to your computer and use it in GitHub Desktop.
Save williamngan/436cd83c5418fa7c68ee to your computer and use it in GitHub Desktop.
<script type="text/javascript">
// Previous code omitted ...
another = new Circle( 100, 100 ).setRadius( 50 )
bot = {
animate: function( time, fs, context ) {
// Previous code omitted ...
form.fill( false ).stroke( "#fc0", 5 )
form.circle( another )
}
}
// Previous code omitted ...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment