mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #981 from towerofnix/fix-key-pressed-import
Make "key pressed?" sensing block import correctly
This commit is contained in:
commit
ec0eca2b86
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