音效调整

This commit is contained in:
2024-09-20 15:27:31 +08:00
parent e73947cbbf
commit 7db86de0c0
100 changed files with 899 additions and 43 deletions
@@ -81,7 +81,7 @@ public class MessageBox : MonoBehaviour
private IEnumerator FlashWarning()
{
AudioManager.SetinteractionSourceVolume(0.35f);
AudioManager.RandomPlayInteraction("messagebox_warning");
AudioManager.RandomPlayInteraction("beep_warning");
for (int i = 0; i < 2; i++)
{
state.enabled = false;