mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-08 03:24:56 -04:00
Implement all-at-once block
This commit is contained in:
parent
23e72525bf
commit
b6cb198144
2 changed files with 15 additions and 1 deletions
src/serialization
|
@ -874,6 +874,15 @@ const specMap = {
|
|||
argMap: [
|
||||
]
|
||||
},
|
||||
'warpSpeed': {
|
||||
opcode: 'control_all_at_once',
|
||||
argMap: [
|
||||
{
|
||||
type: 'input',
|
||||
inputName: 'SUBSTACK'
|
||||
}
|
||||
]
|
||||
},
|
||||
'touching:': {
|
||||
opcode: 'sensing_touchingobject',
|
||||
argMap: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue