mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-05 17:27:00 +00:00
Lower default impact sounds volume
This commit is contained in:
parent
812b930bed
commit
2c4fbb1731
2 changed files with 2 additions and 2 deletions
|
|
@ -321,7 +321,7 @@ namespace ml_prm
|
|||
ms_fallLimitSlider.SetSliderValue(9.899494f);
|
||||
|
||||
OnSliderUpdate(UiIndex.ImpactVolume, 100f);
|
||||
ms_impactVolumeSlider.SetSliderValue(100f);
|
||||
ms_impactVolumeSlider.SetSliderValue(25f);
|
||||
}
|
||||
|
||||
static void OnHotkeyKeyChanged(UnityEngine.KeyCode p_keyCode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue