diff options
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> |
