mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Update VM's model of monitored blocks
This commit is contained in:
parent
fce83dc2c3
commit
323aafd165
2 changed files with 2 additions and 4 deletions
|
@ -244,9 +244,8 @@ class Scratch3LooksBlocks {
|
|||
getMonitored () {
|
||||
return {
|
||||
looks_size: {isSpriteSpecific: true},
|
||||
looks_costumeorder: {isSpriteSpecific: true},
|
||||
looks_backdroporder: {},
|
||||
looks_backdropname: {}
|
||||
looks_costumenumbername: {isSpriteSpecific: true},
|
||||
looks_backdropnumbername: {}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@ class Scratch3SensingBlocks {
|
|||
sensing_answer: {},
|
||||
sensing_loudness: {},
|
||||
sensing_timer: {},
|
||||
sensing_of: {},
|
||||
sensing_current: {}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue