mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix default value for monitor record
This commit is contained in:
parent
26cfbfe588
commit
13dfef553e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const MonitorRecord = Record({
|
||||||
opcode: null,
|
opcode: null,
|
||||||
value: null,
|
value: null,
|
||||||
params: null,
|
params: null,
|
||||||
mode: 1, // 1=default, 2=big, 3=slider
|
mode: 'default',
|
||||||
sliderMin: 0,
|
sliderMin: 0,
|
||||||
sliderMax: 100,
|
sliderMax: 100,
|
||||||
x: 0,
|
x: 0,
|
||||||
|
|
Loading…
Reference in a new issue