mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -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',
|
opcode: 'sensing_keypressed',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'sensing_keyoptions',
|
fieldName: 'KEY_OPTION'
|
||||||
inputName: 'KEY_OPTION'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -936,9 +935,8 @@ const specMap = {
|
||||||
opcode: 'sensing_of',
|
opcode: 'sensing_of',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'sensing_of_property_menu',
|
fieldName: 'PROPERTY'
|
||||||
inputName: 'PROPERTY'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
|
Loading…
Reference in a new issue