瀏覽代碼

修改了attackinfo的颜色

WGL 2 月之前
父節點
當前提交
549a861414
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Characters/AttackController.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Characters/AttackController.cs

@@ -227,7 +227,7 @@ public class AttackController : MonoBehaviour
         public AttackType attackType;
 
         [Header("¹¥»÷²ÎÊý")]
-        public AttackInfo attackInfo;
+        [GUIColor(0.25f,0.83f,1,1)] public AttackInfo attackInfo;
         public AttackTrigger attackTrigger;
 
         [Header("¹¥»÷¾àÀë")]