From ede92bb7bc68c56abdb04f932e7d2c038a69d372 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 21 十一月 2025 19:29:23 +0800
Subject: [PATCH] 0312 物品框支持装备显示
---
Main/System/Guild/GuildEmblemSelectCell.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Main/System/Guild/GuildEmblemSelectCell.cs b/Main/System/Guild/GuildEmblemSelectCell.cs
index 9758ca4..b325ac1 100644
--- a/Main/System/Guild/GuildEmblemSelectCell.cs
+++ b/Main/System/Guild/GuildEmblemSelectCell.cs
@@ -16,7 +16,7 @@
public void Display(int index)
{
var id = GuildEmblemModel.Instance.showList[index];
- emblemIcon.Display(id, "");
+ emblemIcon.Display(id, "", 0.5f);
if (PlayerDatas.Instance.fairyData.fairy == null)
{
useImg.SetActive(false);
@@ -50,6 +50,7 @@
void OnClick(int id)
{
+ GuildEmblemModel.Instance.RefreshOldShowActiveList();
GuildEmblemModel.Instance.nowChooseEmblemId = id;
}
--
Gitblit v1.8.0