mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 13:33:33 +08:00
Add side slider for future use
This commit is contained in:
@@ -85,7 +85,7 @@ public static class UIConfigWindow
|
||||
sl2.OnValueChanged += () =>
|
||||
{
|
||||
var val = EpicDifficulty.IndexToOilMultiplier(Mathf.RoundToInt(sl2.Value));
|
||||
EpicDifficulty.OilMultiplier.Value = val;
|
||||
EpicDifficulty.OilMultiplier.Value = val;
|
||||
sl2.SetLabelText(val.ToString(sl2.labelFormat));
|
||||
};
|
||||
var tab2 = wnd.AddTab(_windowTrans, "Birth Star");
|
||||
|
||||
Reference in New Issue
Block a user