Merge pull request from towerofnix/warpspeed-vm

Implement "all at once" block
This commit is contained in:
kchadha 2018-05-01 15:43:37 -04:00 committed by GitHub
commit 2b6f96ae0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 1 deletions
src/serialization

View file

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