You've already forked taptap2024_GJ_chidouren
增加音效
This commit is contained in:
@@ -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 ()
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user