From 932ec77c06bc08a95775014176ba67692573509f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 11 十二月 2025 19:43:41 +0800
Subject: [PATCH] 0312 布阵界面去掉上阵属性
---
Main/System/HeroUI/HeroPosWin.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Main/System/HeroUI/HeroPosWin.cs b/Main/System/HeroUI/HeroPosWin.cs
index e0e80c8..846a166 100644
--- a/Main/System/HeroUI/HeroPosWin.cs
+++ b/Main/System/HeroUI/HeroPosWin.cs
@@ -12,7 +12,7 @@
/// </summary>
public class HeroPosWin : UIBase
{
- [SerializeField] Text[] attrOnList; //涓婇樀灞炴�у姞鎴�
+ // [SerializeField] Text[] attrOnList; //涓婇樀灞炴�у姞鎴�
[SerializeField] Button countryOnBtn;
[SerializeField] Image countryOnImg; //涓婇樀闃靛瀷婵�娲诲浗瀹�
[SerializeField] UIEffectPlayer countryEffect;
@@ -250,12 +250,12 @@
}
}
- //涓婇樀灞炴��
- for (int i = 0; i < attrOnList.Length; i++)
- {
- string format = valuePer == 0 ? "{0}+{1}" : "{0}+" + UIHelper.AppendColor(TextColType.Green, "{1}", false);
- attrOnList[i].text = PlayerPropertyConfig.GetFullDescription(PlayerPropertyConfig.basePerAttrs[i], valuePer, format);
- }
+ // //涓婇樀灞炴��
+ // for (int i = 0; i < attrOnList.Length; i++)
+ // {
+ // string format = valuePer == 0 ? "{0}+{1}" : "{0}+" + UIHelper.AppendColor(TextColType.Green, "{1}", false);
+ // attrOnList[i].text = PlayerPropertyConfig.GetFullDescription(PlayerPropertyConfig.basePerAttrs[i], valuePer, format);
+ // }
}
//涓婇樀姝﹀皢鍥藉鍏夌幆婵�娲�
--
Gitblit v1.8.0