mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-17 17:54:37 -04:00
Merge pull request #1415 from paulkaplan/fix-current-menu
Import current block menu as field not input
This commit is contained in:
commit
6e6e9b49cb
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…
Add table
Add a link
Reference in a new issue