Implement 'hide all sprites' and 'user id' blocks

This commit is contained in:
Florrie 2018-04-30 21:03:35 -03:00
parent 23e72525bf
commit 231402fc53
3 changed files with 17 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: [
@ -1043,6 +1048,11 @@ const specMap = {
argMap: [
]
},
'getUserId': {
opcode: 'sensing_userid',
argMap: [
]
},
'+': {
opcode: 'operator_add',
argMap: [