From 3ca407d3300dc82e0b81f0a71e215799f7459141 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sat, 28 Feb 2015 14:51:53 +0100 Subject: add motion category; use X/Y positions as lon/lat --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.js') 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 = ''; -- cgit v1.3.1