mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 20:01:09 +01:00
This commit is contained in:
@@ -14,7 +14,6 @@ void setup() {
|
||||
size(640, 360);
|
||||
colorMode(RGB, 255, 255, 255, 100);
|
||||
ps = new ParticleSystem(1, new PVector(width/2,height/2,0));
|
||||
smooth();
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
Reference in New Issue
Block a user