Open pamelafox opened 9 years ago
Once program gets long and you have a command at the end, the color picker is cut off. This was on Desktop/Chrome, on a new program. Maybe we can flow it outside, or auto-expand the editor downwards.
background(117, 237, 255); noStroke(); fill(255, 255, 0); ellipse(202, 208, 300, 300); fill(0, 0, 0); ellipse(157, 151, 40, 40); ellipse(304, 142, 40, 40); fill(255, 0, 0); ellipse(257, 240, 120, 136); strokeWeight(26); stroke(255, 0, 255); line(165, 115, 300, 108);
Unfortunately we're not going to have time to get to this before Hour of Code. This should be a high priority soon after, though!
Once program gets long and you have a command at the end, the color picker is cut off. This was on Desktop/Chrome, on a new program. Maybe we can flow it outside, or auto-expand the editor downwards.