From 29671eb1c3ca9a42d083c2bb986a00a3c887007c Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 26 三月 2026 12:12:24 +0800
Subject: [PATCH] 492 武将登场 左慈 适配美术资源替换
---
Main/Config/Configs/ActHeroAppearArtConfig.cs | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/Main/Config/Configs/ActHeroAppearArtConfig.cs b/Main/Config/Configs/ActHeroAppearArtConfig.cs
index 952bfd3..8e1ef2d 100644
--- a/Main/Config/Configs/ActHeroAppearArtConfig.cs
+++ b/Main/Config/Configs/ActHeroAppearArtConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2026骞�3鏈�13鏃�
+// [ Date ]: 2026骞�3鏈�26鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -32,8 +32,10 @@
public string MainTitleImage;
public int MainSkinID;
public string StarUpHeroImage;
+ public string GiftBgImage;
public string GiftHeroImage;
public string RankAwardHeroImage;
+ public string CheckInBgImage;
public override int LoadKey(string _key)
{
@@ -89,9 +91,13 @@
StarUpHeroImage = tables[15];
- GiftHeroImage = tables[16];
+ GiftBgImage = tables[16];
- RankAwardHeroImage = tables[17];
+ GiftHeroImage = tables[17];
+
+ RankAwardHeroImage = tables[18];
+
+ CheckInBgImage = tables[19];
}
catch (Exception exception)
{
--
Gitblit v1.8.0