From 1898a5f28dfffa7bbecf5d2bf024f20b8d0490e7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 26 三月 2026 15:08:56 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts
---
Main/System/HeroDebut/HeroDebutCheckInWin.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Main/System/HeroDebut/HeroDebutCheckInWin.cs b/Main/System/HeroDebut/HeroDebutCheckInWin.cs
index b7cac7f..251d4c9 100644
--- a/Main/System/HeroDebut/HeroDebutCheckInWin.cs
+++ b/Main/System/HeroDebut/HeroDebutCheckInWin.cs
@@ -59,6 +59,9 @@
int templateID = config.SignTempID;
var list = ActSignAwardConfig.GetDayNumSortList(templateID);
if (list == null) return;
+
+ bgImage.SetSprite(artConfig.CheckInBgImage);
+
for (int i = 0; i < cells.Length; i++)
{
--
Gitblit v1.8.0