Merge pull request from towerofnix/misc-noop-vm

"Implement" miscellaneous no-op obsolete blocks
This commit is contained in:
kchadha 2018-05-01 15:42:53 -04:00 committed by GitHub
commit 3161831890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 1 deletions
src/serialization

View file

@ -266,6 +266,11 @@ const specMap = {
argMap: [
]
},
'hideAll': {
opcode: 'looks_hideallsprites',
argMap: [
]
},
'lookLike:': {
opcode: 'looks_switchcostumeto',
argMap: [
@ -344,6 +349,26 @@ const specMap = {
}
]
},
'changeStretchBy:': {
opcode: 'looks_changestretchby',
argMap: [
{
type: 'input',
inputOp: 'math_number',
inputName: 'CHANGE'
}
]
},
'setStretchTo:': {
opcode: 'looks_setstretchto',
argMap: [
{
type: 'input',
inputOp: 'math_number',
inputName: 'STRETCH'
}
]
},
'comeToFront': {
opcode: 'looks_gotofrontback',
argMap: [
@ -1048,6 +1073,11 @@ const specMap = {
argMap: [
]
},
'getUserId': {
opcode: 'sensing_userid',
argMap: [
]
},
'+': {
opcode: 'operator_add',
argMap: [