Skip to content

Instantly share code, notes, and snippets.

/*
Title: Marching Elephants
Imagined, Designed, and Programmed by: Carly Brown
Date: October 16, 2017
Description: Textile Design Project
*/
function setup() {
createCanvas(10000, 10000);
function setup() {
createCanvas(600,600);
background(200);
}
function draw() {
legs(180, 400);
body(180, 400);
}