From d377552a8064975887825dedf8df5b5f55970fc9 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Fri, 8 Dec 2023 15:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E7=AB=8B=E7=BB=98=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/View/GuideBattlePanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua index 6bcb0d1825..76ecc48788 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua @@ -217,7 +217,7 @@ function this.OnNameChange() -- 删除原来的 GameObject.DestroyImmediate(monster.RoleLiveGO2) -- casting技能立绘 替换成女角色 - monster.livePath="live2d_npc_girl" + monster.livePath="live2d_namei" monster.RoleLiveGO2 = poolManager:LoadLive(monster.livePath, monster.skillCastRoot.gameObject.transform.parent, Vector3.one, Vector3.zero) monster.RoleLiveGO2.transform:SetParent(monster.skillCastRoot.gameObject.transform) monster.RoleLiveGO2:GetComponent("RectTransform").anchoredPosition = Vector2.New(monster.offset[1], monster.offset[2])