增加音效

This commit is contained in:
2024-10-27 20:39:18 +08:00
parent ccb8ef27c4
commit 2013c1845b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ namespace Game.FsmNode
await UniTask.Delay (100);
MapContent.Instance.Pathfinder.Scan ();
// MapContent.Instance.Pathfinder.
AudioManager.Instance.PlayBGM (BgmAudio.FightingBgm);
// AudioManager.Instance.PlayBGM (BgmAudio.FightingBgm);
}
protected override void OnExit ()

View File

@@ -18,7 +18,7 @@ namespace Game.FsmNode
{
RoomManager.Instance.LoadScenePart (RoomManager.Instance.PartIndex);
}
AudioManager.Instance.PlayBGM(BgmAudio.NormalBgm , 0.65f);
// AudioManager.Instance.PlayBGM(BgmAudio.NormalBgm , 0.65f);
GameEventDefine.ChangeGameFsm.SendMessage (GameState.FightGame , true);
UIManager.Instance.CloseLoading (null);
MapContent.Instance.ResetGame ();