From 84216b2822f4949b41495053ab4d4b92590930bb Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sat, 7 Feb 2015 11:26:06 +0100 Subject: add leaflet images; replace motion category by "map" and add blocks --- gui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 73fffe9..db9d614 100644 --- a/gui.js +++ b/gui.js @@ -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; -- cgit v1.3.1