mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Import current block menu as field not input
This commit is contained in:
parent
c8158321fc
commit
98e45ecdfe
1 changed files with 2 additions and 3 deletions
|
@ -1110,9 +1110,8 @@ const specMap = {
|
||||||
opcode: 'sensing_current',
|
opcode: 'sensing_current',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'sensing_currentmenu',
|
fieldName: 'CURRENTMENU'
|
||||||
inputName: 'CURRENTMENU'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue