diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 12:49:34 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 12:49:34 +0100 |
| commit | a06ce92b1a354bb623aff9b834ce2664021c44fa (patch) | |
| tree | 7e4bab43fef5e26fc7434d770fd19e5a3eef1537 /snap.html | |
| parent | 6dff0b435a059f0c66b842673677c13bfd95f7c4 (diff) | |
| download | snap-yow-a06ce92b1a354bb623aff9b834ce2664021c44fa.tar.gz snap-yow-a06ce92b1a354bb623aff9b834ce2664021c44fa.zip | |
added overpass simplification blocks
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); </script> </body> |
