Make 'key pressed?' block import correctly

This commit is contained in:
Florrie 2018-03-16 11:58:25 -03:00
parent 1d90c82fcf
commit 6517bd0974

View file

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