mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removing a few examples for 2.0
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
* it'll work for SVGs created with anything else.
|
||||
*/
|
||||
|
||||
// @pjs preload must be used to preload media if the program is
|
||||
// running with Processing.js
|
||||
/* @pjs preload="bot1.svg"; */
|
||||
|
||||
PShape bot;
|
||||
|
||||
void setup() {
|
||||
@@ -16,7 +20,6 @@ void setup() {
|
||||
// The file "bot1.svg" must be in the data folder
|
||||
// of the current sketch to load successfully
|
||||
bot = loadShape("bot1.svg");
|
||||
noLoop(); // Only run draw() once
|
||||
}
|
||||
|
||||
void draw(){
|
||||
|
||||
Reference in New Issue
Block a user