mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Examples updates to 640 x 360 pixels
This commit is contained in:
@@ -33,8 +33,8 @@ void setup() {
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(255);
|
||||
fill(0);
|
||||
background(51);
|
||||
fill(255);
|
||||
|
||||
// Look at words one at a time
|
||||
String s = tokens[counter];
|
||||
|
||||
Reference in New Issue
Block a user