mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
This commit is contained in:
@@ -17,7 +17,6 @@ int lastTime = 0;
|
||||
void setup() {
|
||||
size(640, 360);
|
||||
strokeWeight(12);
|
||||
smooth();
|
||||
background(0);
|
||||
stroke(255);
|
||||
for (int i = 0; i < frames.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user