mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Examples updates for 2.0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
int rectWidth;
|
||||
|
||||
void setup() {
|
||||
size(200, 200);
|
||||
size(640, 360);
|
||||
noStroke();
|
||||
background(0);
|
||||
rectWidth = width/4;
|
||||
|
||||
Reference in New Issue
Block a user