summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js13
1 files changed, 13 insertions, 0 deletions
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':