mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Make 'key pressed?' block import correctly
This commit is contained in:
parent
1d90c82fcf
commit
6517bd0974
1 changed files with 3 additions and 2 deletions
|
@ -861,8 +861,9 @@ const specMap = {
|
|||
opcode: 'sensing_keypressed',
|
||||
argMap: [
|
||||
{
|
||||
type: 'field',
|
||||
fieldName: 'KEY_OPTION'
|
||||
type: 'input',
|
||||
inputOp: 'sensing_keyoptions',
|
||||
inputName: 'KEY_OPTION'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue