/* built with Studio Sketchpad:
* https://sketchpad.cc
*
* observe the evolution of this sketch:
* https://playgramming.sketchpad.cc/sp/pad/view/ro.xdVmpQFxYCl/rev.124
*
* authors:
* Devon Scott-Tunkin
* license (unless otherwise specified):
* creative commons attribution-share alike 3.0 license.
* https://creativecommons.org/licenses/by-sa/3.0/
*/
/* @pjs preload="/static/uploaded_resources/p.9705/animal0.jpg, /static/uploaded_resources/p.9705/animal1.jpg, /static/uploaded_resources/p.9705/animal2.jpg, /static/uploaded_resources/p.9705/animal3.jpg, /static/uploaded_resources/p.9705/animal4.jpg, /static/uploaded_resources/p.9705/animal5.jpg, /static/uploaded_resources/p.9705/animal6.jpg, /static/uploaded_resources/p.9705/animal7.jpg, /static/uploaded_resources/p.9705/animal8.jpg, /static/uploaded_resources/p.9705/animal9.jpg"; */
void setup() { // this is run once.
size(300, 300);
}
void draw() { // this is run repeatedly.
}