summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-22 11:09:08 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-22 11:09:08 +0100
commite77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9 (patch)
tree5ce3a11f7a3337d353d309b4b6f13325bbfee44f /blocks.js
parentf6a5169f7f9673d298f3e2016f8a1cd834d79530 (diff)
downloadsnap-yow-e77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9.tar.gz
snap-yow-e77fc5ff897561c82468aa0a0ed8bb2ec80c1fd9.zip
support sprite distances/touching
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/blocks.js b/blocks.js
index 2e686cd..8745f3f 100644
--- a/blocks.js
+++ b/blocks.js
@@ -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),