WGL 1 月之前
父节点
当前提交
d2a8a05cf2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ActionTowerDefense/Assets/Scripts/UI/GameUI.cs

+ 2 - 0
ActionTowerDefense/Assets/Scripts/UI/GameUI.cs

@@ -10,12 +10,14 @@ public class GameUI : MonoBehaviour
     public Animator player_is_hurt;
     public Image half_hp;
     public AnimationClip player_is_hurt_animaton;
+    public Transform CD;
 
     private float hurtClipTime;
     private float hurtTime;
     private bool isHurt;
     private float hpRate;
     private float lastDyingTime;
+
     private void Awake()
     {
         if (!instance)