diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-02-07 11:26:06 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-02-07 11:26:06 +0100 |
| commit | 84216b2822f4949b41495053ab4d4b92590930bb (patch) | |
| tree | 6270e8e5ea71b0bb9d41e5353da8baf2ed9ed01a /gui.js | |
| parent | 2f9d77be645e90fc58779141ecf5a8c906736ec9 (diff) | |
| download | snap-yow-84216b2822f4949b41495053ab4d4b92590930bb.tar.gz snap-yow-84216b2822f4949b41495053ab4d4b92590930bb.zip | |
add leaflet images; replace motion category by "map" and add blocks
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -212,7 +212,7 @@ IDE_Morph.prototype.init = function (isAutoFill) { this.globalVariables = new VariableFrame(); this.currentSprite = new SpriteMorph(this.globalVariables); this.sprites = new List([this.currentSprite]); - this.currentCategory = 'motion'; + this.currentCategory = 'map'; this.currentTab = 'scripts'; this.projectName = ''; this.projectNotes = ''; @@ -3526,7 +3526,7 @@ IDE_Morph.prototype.userSetBlocksScale = function () { action; scrpt = new CommandBlockMorph(); - scrpt.color = SpriteMorph.prototype.blockColor.motion; + scrpt.color = SpriteMorph.prototype.blockColor.map; scrpt.setSpec(localize('build')); blck = new CommandBlockMorph(); blck.color = SpriteMorph.prototype.blockColor.sound; |
