mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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',
|
||||
argMap: [
|
||||
{
|
||||
type: 'input',
|
||||
inputOp: 'sensing_currentmenu',
|
||||
inputName: 'CURRENTMENU'
|
||||
type: 'field',
|
||||
fieldName: 'CURRENTMENU'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue