update core

This commit is contained in:
2024-10-27 21:13:14 +08:00
parent 9eea176c23
commit 3c8edf4613
7 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.StateSystem;
using Framework.Audio;
using Framework.UI;
using Game;
using Game.Component;
@@ -10,6 +11,7 @@ using MintAnimation.Runtime.Components.MintAnimation;
using Script.Core.Utils.Extend;
using StateSystem;
using UnityEngine.Playables;
using AudioType = Framework.Audio.AudioType;
namespace Views{
@@ -78,6 +80,7 @@ namespace Views{
this._playableDirector.stopped += ToGaming;
this._playableDirector.initialTime = 0;
this._playableDirector.Play ();
AudioManager.Instance.StopPlayers (AudioType.BGM , 1f);
}