From bb463ef0b13236738a1da9cd04f57def3e7e2c7c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 29 八月 2025 15:21:51 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Main/MoneyMoveByPath.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Main/MoneyMoveByPath.cs b/Main/System/Main/MoneyMoveByPath.cs
index fcef22c..bcd0f0f 100644
--- a/Main/System/Main/MoneyMoveByPath.cs
+++ b/Main/System/Main/MoneyMoveByPath.cs
@@ -46,7 +46,7 @@
                 //鎸傜埗鑺傜偣
                 imgMoney.transform.SetParentEx(this.transform, Vector3.zero, Quaternion.identity, Vector3.one);
                 var moneyImg = imgMoney.GetComponent<ImageEx>();
-                moneyImg.SetSprite(StringUtility.Contact("Money_Type_", moneyType));
+                moneyImg.SetIconWithMoneyType(moneyType);
                 moneyImg.raycastTarget = false;
                 moneyImg.GetComponent<RectTransform>().sizeDelta = new Vector2(40, 40);
                 imgMoneys.Add(moneyImg);

--
Gitblit v1.8.0