mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Update specmap for sensing blocks that are now fixed menus.
This commit is contained in:
parent
f12d825a5e
commit
57f3d43f4f
1 changed files with 4 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue