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',
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',