mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-07 03:24:04 -04:00
Support legacy pen block op codes
This commit is contained in:
parent
fe30683d37
commit
082e051cce
2 changed files with 131 additions and 2 deletions
src/serialization
|
@ -535,7 +535,7 @@ const specMap = {
|
|||
{
|
||||
type: 'input',
|
||||
inputOp: 'math_number',
|
||||
inputName: 'COLOR'
|
||||
inputName: 'HUE'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -545,7 +545,7 @@ const specMap = {
|
|||
{
|
||||
type: 'input',
|
||||
inputOp: 'math_number',
|
||||
inputName: 'COLOR'
|
||||
inputName: 'HUE'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue