Implement all-at-once block

This commit is contained in:
Florrie 2018-04-30 12:18:38 -03:00
parent 23e72525bf
commit b6cb198144
2 changed files with 15 additions and 1 deletions
src/serialization

View file

@ -874,6 +874,15 @@ const specMap = {
argMap: [
]
},
'warpSpeed': {
opcode: 'control_all_at_once',
argMap: [
{
type: 'input',
inputName: 'SUBSTACK'
}
]
},
'touching:': {
opcode: 'sensing_touchingobject',
argMap: [