mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removing some examples
This commit is contained in:
@@ -16,7 +16,7 @@ float ellipseSpeed = 3.5;
|
||||
float velocityX, velocityY;
|
||||
|
||||
void setup(){
|
||||
size(640, 240);
|
||||
size(640, 360);
|
||||
frameRate(30);
|
||||
fill(128);
|
||||
smooth();
|
||||
|
||||
Reference in New Issue
Block a user