Support legacy pen block op codes

This commit is contained in:
Paul Kaplan 2017-10-31 17:24:12 -04:00
parent fe30683d37
commit 082e051cce
2 changed files with 131 additions and 2 deletions
src/serialization

View file

@ -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'
}
]
},