summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-02-28 14:51:53 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-02-28 14:51:53 +0100
commit3ca407d3300dc82e0b81f0a71e215799f7459141 (patch)
treef9f809f07750ed5a819652aac0b6b9081f2cfa56 /gui.js
parente4e487c7a3b5a792e63e20be6a3b902a292e8d59 (diff)
downloadsnap-yow-3ca407d3300dc82e0b81f0a71e215799f7459141.tar.gz
snap-yow-3ca407d3300dc82e0b81f0a71e215799f7459141.zip
add motion category; use X/Y positions as lon/lat
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.js b/gui.js
index a914f08..ec24661 100644
--- a/gui.js
+++ b/gui.js
@@ -214,7 +214,7 @@ IDE_Morph.prototype.init = function (isAutoFill) {
this.currentSprite = new SpriteMorph(this.globalVariables);
this.sprites = new List([this.currentSprite]);
- this.currentCategory = 'map';
+ this.currentCategory = 'motion';
this.currentTab = 'scripts';
this.projectName = '';
this.projectNotes = '';