int num = 1200; Boof[] boofs; int stg = 600; boolean drawing = true; color c = #CEDD52; // Light Green color c1 = #ffffff; color c2 = #231f20; // Dark Grey void setup() { size(stg, stg); smooth(); noStroke(); background(c2); boofs = new Boof[num]; for (int i=0; i