mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
Examples updates to 640 x 360 pixels
This commit is contained in:
@@ -13,7 +13,7 @@ ArrayList balls;
|
||||
int ballWidth = 48;
|
||||
|
||||
void setup() {
|
||||
size(200, 200);
|
||||
size(640, 360);
|
||||
smooth();
|
||||
noStroke();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user