Removing a few examples for 2.0

This commit is contained in:
Casey Reas
2011-09-16 00:02:20 +00:00
parent 93b887ee24
commit c3b8b312a0
31 changed files with 318 additions and 417 deletions
@@ -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(){