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

@@ -23,6 +23,7 @@ namespace Game.FsmNode
public static string GroupName = typeof(GameFight).FullName;
protected override async void OnEnter (params object[] args)
{
UIManager.Instance.CloseView (UIPanel.GamePanel);
UIManager.Instance.OpenView (UIPanel.GamePanel);
CameraEffectUtils.Instance.SetAberration (0f , 0.5f);
CameraEffectUtils.Instance.SetGameCamBlur (0f , 0.5f , null);