diff options
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6769,8 +6769,8 @@ InputSlotMorph.prototype.attributesMenu = function () { } if (obj instanceof SpriteMorph) { dict = { - 'x position' : ['x position'], - 'y position' : ['y position'], + 'longitude' : ['x position'], + 'latitude' : ['y position'], 'direction' : ['direction'], 'costume #' : ['costume #'], 'costume name' : ['costume name'], |
