mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-05 18:14:55 -04:00
Implement costume name block
This commit is contained in:
parent
173fb6127c
commit
404834018b
2 changed files with 11 additions and 0 deletions
src/serialization
|
@ -428,6 +428,11 @@ const specMap = {
|
|||
argMap: [
|
||||
]
|
||||
},
|
||||
'costumeName': {
|
||||
opcode: 'looks_costumename',
|
||||
argMap: [
|
||||
]
|
||||
},
|
||||
'sceneName': {
|
||||
opcode: 'looks_backdropnumbername',
|
||||
argMap: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue