mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Modification to web examples
This commit is contained in:
@@ -12,7 +12,7 @@ PImage img;
|
||||
|
||||
void setup() {
|
||||
size(640, 360);
|
||||
img = loadImage("http://processing.org/img/processing.gif");
|
||||
img = loadImage("http://processing.org/img/processing-web.png");
|
||||
noLoop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user