|
@@ -353,6 +353,7 @@ namespace Fort23.Mono
|
|
|
showTextWidgets = await cTaskAwaitBuffer.WaitAll();
|
|
|
}
|
|
|
|
|
|
+ AudioManager.Instance.PlayAudio("dujiebgm.wav");
|
|
|
|
|
|
DujiePanelAnim.Play("guodu");
|
|
|
fx_ui_dujie_guodu.gameObject.SetActive(true);
|
|
@@ -374,6 +375,7 @@ namespace Fort23.Mono
|
|
|
{
|
|
|
fx_ui_dujie_sd.gameObject.SetActive(true);
|
|
|
fx_ui_dujie_sd.Play();
|
|
|
+ AudioManager.Instance.PlayAudio("dujie_pizhong.wav");
|
|
|
await TimerComponent.Instance.WaitAsync(200);
|
|
|
showTextWidgets[i].ShowUI(hpPos.transform.position, -h, HarmType.Default, false);
|
|
|
|