From 57f3d43f4f2e4bcf15e0daae5b91ddbcedc59a9d Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Sat, 13 Jan 2018 13:23:33 -0500 Subject: [PATCH] Update specmap for sensing blocks that are now fixed menus. --- src/serialization/sb2_specmap.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/serialization/sb2_specmap.js b/src/serialization/sb2_specmap.js index bf386a15e..e9b56b9d0 100644 --- a/src/serialization/sb2_specmap.js +++ b/src/serialization/sb2_specmap.js @@ -861,9 +861,8 @@ const specMap = { opcode: 'sensing_keypressed', argMap: [ { - type: 'input', - inputOp: 'sensing_keyoptions', - inputName: 'KEY_OPTION' + type: 'field', + fieldName: 'KEY_OPTION' } ] }, @@ -936,9 +935,8 @@ const specMap = { opcode: 'sensing_of', argMap: [ { - type: 'input', - inputOp: 'sensing_of_property_menu', - inputName: 'PROPERTY' + type: 'field', + fieldName: 'PROPERTY' }, { type: 'input',