添加按键绑定设置相关ui

This commit is contained in:
bob
2025-06-10 18:18:15 +08:00
parent 9963e4a51e
commit 5996d3563c
12 changed files with 31 additions and 140 deletions

View File

@@ -18,6 +18,7 @@ namespace NBF.Setting
SetValue(10);
}
protected override void OnApply()
{
SoundManager.Inst.SetVolume(AudioChannelType.Ambient, GetValue() / 100f);