mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
This commit is contained in:
@@ -11,7 +11,6 @@ int angle = 0;
|
||||
void setup() {
|
||||
size(640, 360);
|
||||
background(102);
|
||||
smooth();
|
||||
noStroke();
|
||||
fill(0, 102);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user