From e55c5e035a46c2a3353ce3f21bca3daf6b3fee6c Mon Sep 17 00:00:00 2001 From: Gubolin Date: Tue, 12 Aug 2014 11:32:26 +0200 Subject: add simple motion detection --- blocks.js | 1 + 1 file changed, 1 insertion(+) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 2e297ab..5f67107 100644 --- a/blocks.js +++ b/blocks.js @@ -6571,6 +6571,7 @@ InputSlotMorph.prototype.messagesReceivedMenu = function () { InputSlotMorph.prototype.collidablesMenu = function () { var dict = { 'mouse-pointer' : ['mouse-pointer'], + 'camera motion' : ['camera motion'], edge : ['edge'], 'pen trails' : ['pen trails'] }, -- cgit v1.3.1