Update VM's model of monitored blocks

This commit is contained in:
DD 2018-01-10 17:57:04 -05:00
parent fce83dc2c3
commit 323aafd165
2 changed files with 2 additions and 4 deletions

View file

@ -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: {}
};
}

View file

@ -56,7 +56,6 @@ class Scratch3SensingBlocks {
sensing_answer: {},
sensing_loudness: {},
sensing_timer: {},
sensing_of: {},
sensing_current: {}
};
}