From c4be0b6ad09d47ea8ff0113cd7e69cc94cf48490 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 15 十月 2025 15:31:00 +0800
Subject: [PATCH] 0312 淘金监工随机说话
---
Main/System/HeroUI/HeroCollectionCardCell.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Main/System/HeroUI/HeroCollectionCardCell.cs b/Main/System/HeroUI/HeroCollectionCardCell.cs
index c947636..e403273 100644
--- a/Main/System/HeroUI/HeroCollectionCardCell.cs
+++ b/Main/System/HeroUI/HeroCollectionCardCell.cs
@@ -41,7 +41,7 @@
if (funcState == 3 || funcState == 4)
{
trainStateImg.SetActive(true);
- trainStateImg.SetSprite("herofuncstate2");
+ trainStateImg.SetSprite("herofuncstate4");
}
else
{
@@ -76,6 +76,11 @@
{
UIManager.Instance.OpenWindow<HeroCollectionLvUpWin>();
}
+ else
+ {
+ HeroUIManager.Instance.selectForPreviewHeroID = heroID;
+ UIManager.Instance.OpenWindow<HeroBestWin>();
+ }
});
bookLVBtn.AddListener(() =>
--
Gitblit v1.8.0