mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-07 02:54:38 -04:00
Implementation + tests for loud? block
This commit is contained in:
parent
23e72525bf
commit
8e271c70d0
3 changed files with 30 additions and 0 deletions
src/serialization
|
@ -964,6 +964,11 @@ const specMap = {
|
|||
argMap: [
|
||||
]
|
||||
},
|
||||
'isLoud': {
|
||||
opcode: 'sensing_loud',
|
||||
argMap: [
|
||||
]
|
||||
},
|
||||
// 'senseVideoMotion': {
|
||||
// opcode: 'sensing_videoon',
|
||||
// argMap: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue