diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-22 11:09:08 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-22 11:09:08 +0100 |
| commit | e77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9 (patch) | |
| tree | 5ce3a11f7a3337d353d309b4b6f13325bbfee44f /blocks.js | |
| parent | f6a5169f7f9673d298f3e2016f8a1cd834d79530 (diff) | |
| download | snap-yow-e77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9.tar.gz snap-yow-e77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9.zip | |
support sprite distances/touching
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6653,9 +6653,9 @@ InputSlotMorph.prototype.messagesReceivedMenu = function () { InputSlotMorph.prototype.collidablesMenu = function () { var dict = { - 'mouse-pointer' : ['mouse-pointer'], + /*'mouse-pointer' : ['mouse-pointer'], edge : ['edge'], - 'pen trails' : ['pen trails'] + 'pen trails' : ['pen trails']*/ }, rcvr = this.parentThatIsA(BlockMorph).receiver(), stage = rcvr.parentThatIsA(StageMorph), @@ -6679,7 +6679,7 @@ InputSlotMorph.prototype.collidablesMenu = function () { InputSlotMorph.prototype.distancesMenu = function () { var dict = { - 'mouse-pointer' : ['mouse-pointer'] + //'mouse-pointer' : ['mouse-pointer'] }, rcvr = this.parentThatIsA(BlockMorph).receiver(), stage = rcvr.parentThatIsA(StageMorph), |
