音效调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user