From aa801f4c58398343f1ba6a7cae3c797c68fd7d30 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 25 Jan 2015 19:09:55 +0100 Subject: clean up the code --- blocks.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index e56d0ed..56739f5 100644 --- a/blocks.js +++ b/blocks.js @@ -1243,6 +1243,19 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { ); break; + // Build Your Own World changes + case '%pointOfView': + part = new InputSlotMorph( + null, + false, + { + 'first' : ['first'], + 'third' : ['third'] + }, + true + ); + break; + // symbols: case '%turtle': -- cgit v1.3.1