Change the default value of "Multiplicative?" in the "Camera Zoom" event to be false. (#974)

This commit is contained in:
ADA_Funni
2026-05-03 10:28:50 +07:00
committed by GitHub
parent f82c8d7fb7
commit 8f0583958d
+1 -1
View File
@@ -75,7 +75,7 @@ class EventsData {
defValue: "In"
},
{name: "Mode", type: TDropDown(['direct', 'stage']), defValue: "direct"},
{name: "Multiplicative?", type: TBool, defValue: true}
{name: "Multiplicative?", type: TBool, defValue: false}
],
"Camera Modulo Change" => [
{name: "Modulo Interval", type: TInt(1, 9999999, 1), defValue: 4},