diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-25 10:36:30 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-25 10:36:30 +0100 |
| commit | 2e32c1c93bbe40a2ddd57099a9f914418f96f926 (patch) | |
| tree | d563a8a13c53db96253a0707ab3e9eada9803a9f /blocks.js | |
| parent | 1a264f231c92a8dfa86c8586d4e03e8c13d9fd6c (diff) | |
| download | snap-yow-2e32c1c93bbe40a2ddd57099a9f914418f96f926.tar.gz snap-yow-2e32c1c93bbe40a2ddd57099a9f914418f96f926.zip | |
move shape size calculation to core
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'], |
