From 212f6ca91ce99e03bf3b7b3484697f16f20225dc Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期二, 07 四月 2026 20:12:46 +0800
Subject: [PATCH] 592 多语言适配 改程序字
---
Main/System/HeroUI/HeroCollectionCardCell.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/Main/System/HeroUI/HeroCollectionCardCell.cs b/Main/System/HeroUI/HeroCollectionCardCell.cs
index 5ea7b56..e2b8469 100644
--- a/Main/System/HeroUI/HeroCollectionCardCell.cs
+++ b/Main/System/HeroUI/HeroCollectionCardCell.cs
@@ -12,6 +12,8 @@
[SerializeField] Image jobImg;
[SerializeField] Text nameText;
[SerializeField] Image trainStateImg;
+ [SerializeField] TextEx trainStatetxt;
+ [SerializeField] OutlineEx trainStateOutline;
[SerializeField] RedpointBehaviour redpoint;
// [SerializeField] Button bookLVBtn;
[SerializeField] GameObject unGetObj;
@@ -46,6 +48,8 @@
{
trainStateImg.SetActive(true);
trainStateImg.SetSprite("herofuncstate4");
+ trainStatetxt.text = Language.Get("L1109");
+ trainStateOutline.OutlineColor = new Color32(0x2e, 0x5c, 0x2b, 255);
}
else
{
@@ -72,7 +76,7 @@
UIManager.Instance.OpenWindow<HeroBestBaseWin>();
}
});
-
+
// bookLVBtn.AddListener(() =>
// {
// HeroUIManager.Instance.selectCollectHeroID = heroID;
--
Gitblit v1.8.0