Skip to content

Commit 2613f82

Browse files
committed
Editor: fix default sketch and auto-run on load
1 parent d9992ab commit 2613f82

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

editor/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,7 @@
173173
},
174174
});
175175

176-
editor.setValue(`void setup() {
177-
size(640, 360);
178-
}
179176

180-
void draw() {
181-
background(20);
182-
fill(255, 140, 0);
183-
circle(mouseX, mouseY, 40);
184-
}`);
185177

186178
function setStatus(msg, cls) {
187179
const el = document.getElementById('status');

0 commit comments

Comments
 (0)