diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-08 12:01:54 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-08 12:01:54 +0100 |
| commit | 9ca58570819d895261734076af45b4c8c5d7b075 (patch) | |
| tree | 1ae996146b9a89573bb6a66eb426ef80ffc3f390 /gui.js | |
| parent | e9282585122bdd21ae4a8ebe2463eb75290baebf (diff) | |
| download | snap-yow-9ca58570819d895261734076af45b4c8c5d7b075.tar.gz snap-yow-9ca58570819d895261734076af45b4c8c5d7b075.zip | |
differ between shapes and lines
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2836,6 +2836,8 @@ IDE_Morph.prototype.newProject = function () { window.map.removeLayer(window.penTrails); } window.penTrails = L.layerGroup().addTo(window.map); + window.penShapes = L.layerGroup().addTo(window.penTrails); + window.penLines = L.layerGroup().addTo(window.penTrails); this.currentSprite = new SpriteMorph(this.globalVariables); this.sprites = new List([this.currentSprite]); |
