Update specmap for sensing blocks that are now fixed menus.

This commit is contained in:
Paul Kaplan 2018-01-13 13:23:33 -05:00
parent f12d825a5e
commit 57f3d43f4f

View file

@ -861,9 +861,8 @@ const specMap = {
opcode: 'sensing_keypressed', opcode: 'sensing_keypressed',
argMap: [ argMap: [
{ {
type: 'input', type: 'field',
inputOp: 'sensing_keyoptions', fieldName: 'KEY_OPTION'
inputName: 'KEY_OPTION'
} }
] ]
}, },
@ -936,9 +935,8 @@ const specMap = {
opcode: 'sensing_of', opcode: 'sensing_of',
argMap: [ argMap: [
{ {
type: 'input', type: 'field',
inputOp: 'sensing_of_property_menu', fieldName: 'PROPERTY'
inputName: 'PROPERTY'
}, },
{ {
type: 'input', type: 'input',