diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-02-28 14:51:53 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-02-28 14:51:53 +0100 |
| commit | 3ca407d3300dc82e0b81f0a71e215799f7459141 (patch) | |
| tree | f9f809f07750ed5a819652aac0b6b9081f2cfa56 /gui.js | |
| parent | e4e487c7a3b5a792e63e20be6a3b902a292e8d59 (diff) | |
| download | snap-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = ''; |
