From a927c3ee5d1c0b20a0f7f47ff7b2e08bfd09b6e1 Mon Sep 17 00:00:00 2001 From: Reycko <78082869+Reycko@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:59:11 +0100 Subject: [PATCH] Clamp setting for strum glow multiplier on settings --- source/options/HBotSettingsSubState.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/options/HBotSettingsSubState.hx b/source/options/HBotSettingsSubState.hx index c52f0c0..f952c61 100644 --- a/source/options/HBotSettingsSubState.hx +++ b/source/options/HBotSettingsSubState.hx @@ -100,6 +100,8 @@ class HBotSettingsSubState extends BaseOptionsMenu opt.displayFormat = '%vx'; opt.scrollSpeed = 10; opt.changeValue = 0.1; + opt.minValue = 0.0; + opt.maxValue = 10.0; addOption(opt); var opt:Option = new Option(