mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-07 19:14:40 -04:00
Merge pull request #1096 from towerofnix/warpspeed-vm
Implement "all at once" block
This commit is contained in:
commit
2b6f96ae0a
3 changed files with 39 additions and 1 deletions
src/serialization
|
@ -899,6 +899,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