mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
commit
b39de6722f
1 changed files with 10 additions and 15 deletions
|
@ -166,9 +166,8 @@ const specMap = {
|
||||||
opcode: 'motion_setrotationstyle',
|
opcode: 'motion_setrotationstyle',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'motion_setrotationstyle_menu',
|
fieldName: 'STYLE'
|
||||||
inputName: 'STYLE'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -276,9 +275,8 @@ const specMap = {
|
||||||
opcode: 'looks_changeeffectby',
|
opcode: 'looks_changeeffectby',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'looks_effectmenu',
|
fieldName: 'EFFECT'
|
||||||
inputName: 'EFFECT'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
@ -291,9 +289,8 @@ const specMap = {
|
||||||
opcode: 'looks_seteffectto',
|
opcode: 'looks_seteffectto',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'looks_effectmenu',
|
fieldName: 'EFFECT'
|
||||||
inputName: 'EFFECT'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
@ -1171,9 +1168,8 @@ const specMap = {
|
||||||
opcode: 'operator_mathop',
|
opcode: 'operator_mathop',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'operator_mathop_menu',
|
fieldName: 'OPERATOR'
|
||||||
inputName: 'OPERATOR'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
@ -1186,9 +1182,8 @@ const specMap = {
|
||||||
opcode: 'data_variable',
|
opcode: 'data_variable',
|
||||||
argMap: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'field',
|
||||||
inputOp: 'data_variablemenu',
|
fieldName: 'VARIABLE'
|
||||||
inputName: 'VARIABLE'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue