mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
This commit is contained in:
@@ -19,7 +19,6 @@ void setup(){
|
||||
size(640, 360);
|
||||
frameRate(30);
|
||||
fill(128);
|
||||
smooth();
|
||||
baseX1 = 0;
|
||||
baseY1 = height-150;
|
||||
baseX2 = width;
|
||||
|
||||
Reference in New Issue
Block a user