feat(ScreenGlitch): 完成基础的故障屏幕闪烁效果,并在重启时启用

This commit is contained in:
2025-10-24 16:08:37 +08:00
parent 2dc89a3d54
commit 9d7106bb5e
19 changed files with 5666 additions and 213 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Core;
using UnityEngine;
using UnityEngine.UI;
using Script.Gameplay.Global;
@@ -6,7 +7,7 @@ using TMPro;
namespace UI
{
public class GameCountDownViewer : MonoBehaviour
public class GameCountDownViewer : UIBase
{
public TMP_Text countdownText;
private GameCountdownManager _countdownManager;