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', opcode: 'sensing_keypressed',
argMap: [ argMap: [
{ {
type: 'field', type: 'input',
fieldName: 'KEY_OPTION' inputOp: 'sensing_keyoptions',
inputName: 'KEY_OPTION'
} }
] ]
}, },