mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -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: [
|
argMap: [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
inputOp: 'videoSensing_menu.VIDEO_STATE',
|
inputOp: 'videoSensing_menu_VIDEO_STATE',
|
||||||
inputName: '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
|
// Constants used during deserialization of an SB3 file
|
||||||
const CORE_EXTENSIONS = [
|
const CORE_EXTENSIONS = [
|
||||||
'argument',
|
'argument',
|
||||||
|
'colour',
|
||||||
'control',
|
'control',
|
||||||
'data',
|
'data',
|
||||||
'event',
|
'event',
|
||||||
|
|
Loading…
Reference in a new issue