From a06ce92b1a354bb623aff9b834ce2664021c44fa Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 1 Mar 2015 12:49:34 +0100 Subject: added overpass simplification blocks --- overpass.xml | 1 + snap.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 overpass.xml diff --git a/overpass.xml b/overpass.xml new file mode 100644 index 0000000..03cf6d4 --- /dev/null +++ b/overpass.xml @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/snap.html b/snap.html index 51c861f..b5c2e7f 100755 --- a/snap.html +++ b/snap.html @@ -103,7 +103,10 @@ // Load the IDE world = new WorldMorph(document.getElementById('world')); world.worldCanvas.focus(); - new IDE_Morph().openIn(world); + ide = new IDE_Morph(); + ide.openIn(world); + // load custom blocks that simplify the use of overpass + ide.droppedText(ide.getURL('overpass.xml')); setInterval(loop, 10); -- cgit v1.3.1