From 2e32c1c93bbe40a2ddd57099a9f914418f96f926 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Wed, 25 Mar 2015 10:36:30 +0100 Subject: move shape size calculation to core --- blocks.js | 1 + 1 file changed, 1 insertion(+) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 0437ff2..6f3ed28 100644 --- a/blocks.js +++ b/blocks.js @@ -6769,6 +6769,7 @@ InputSlotMorph.prototype.attributesMenu = function () { } if (obj instanceof SpriteMorph) { dict = { + 'shape size' : ['shape size'], 'longitude' : ['x position'], 'latitude' : ['y position'], 'direction' : ['direction'], -- cgit v1.3.1