mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Address feedback from review
This commit is contained in:
parent
9ec3d41ea1
commit
645a42b843
2 changed files with 2 additions and 1 deletions
|
@ -984,7 +984,7 @@ const specMap = {
|
|||
argMap: [
|
||||
{
|
||||
type: 'input',
|
||||
inputOp: 'videoSensing_menu.VIDEO_STATE',
|
||||
inputOp: 'videoSensing_menu_VIDEO_STATE',
|
||||
inputName: 'VIDEO_STATE'
|
||||
}
|
||||
]
|
||||
|
|
|
@ -36,6 +36,7 @@ const INPUT_DIFF_BLOCK_SHADOW = 3; // obscured shadow
|
|||
// Constants used during deserialization of an SB3 file
|
||||
const CORE_EXTENSIONS = [
|
||||
'argument',
|
||||
'colour',
|
||||
'control',
|
||||
'data',
|
||||
'event',
|
||||
|
|
Loading…
Reference in a new issue