summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-02-07 11:26:06 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-02-07 11:26:06 +0100
commit84216b2822f4949b41495053ab4d4b92590930bb (patch)
tree6270e8e5ea71b0bb9d41e5353da8baf2ed9ed01a /gui.js
parent2f9d77be645e90fc58779141ecf5a8c906736ec9 (diff)
downloadsnap-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.js4
1 files changed, 2 insertions, 2 deletions
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;