添加按键绑定设置相关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

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 9f72256d425749e3a05fd57c209d057d
timeCreated: 1749539093

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: a62c4b82ff5b41fcb8dce043124b2451
timeCreated: 1749539107

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: acbdfd25f6584a93a4b750bb757ff2c3
timeCreated: 1749539097

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 283a2fdc117b4b4c8c5e9a5245740a8e
timeCreated: 1749538578

View File

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