From 63cc20c9ee6003b15bc3d52bef2584f2b40121af Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Wed, 15 May 2024 17:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=B3=E5=B0=8F=E4=BA=BA=E6=8D=A2=E6=88=90?= =?UTF-8?q?=E7=94=B7=E5=B0=8F=E4=BA=BA=20=E5=90=8C=E5=B8=B8=E8=A7=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/MapFight/View/MapAgent.lua | 2 +- Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua | 2 +- Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua | 2 +- Assets/ManagedResources/~Lua/View/SingleFightPlayerView.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/MapFight/View/MapAgent.lua b/Assets/ManagedResources/~Lua/Modules/MapFight/View/MapAgent.lua index 8c66c3d29b..7299b9c1ff 100644 --- a/Assets/ManagedResources/~Lua/Modules/MapFight/View/MapAgent.lua +++ b/Assets/ManagedResources/~Lua/Modules/MapFight/View/MapAgent.lua @@ -4,7 +4,7 @@ MapAgent.__index = MapAgent local mapNpcOp = "UI_effect_DiTu_agent" local mapNpc = "live2d_npc_map" -local mapNpc2 = "live2d_npc_map_nv" +local mapNpc2 = "live2d_npc_map_boy" local npc, scale function MapAgent.New(isSelf, agentData, Ctrl) local instance = {} diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua index f7ef707fef..3a7feb5906 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua @@ -8,7 +8,7 @@ local boyBigLive = "live2d_npc_boy" local girlBigLive = "live2d_npc_girl" local boyLiveRes = "live2d_npc_map_boy" -local girlLiveRes = "live2d_npc_map_nv" +local girlLiveRes = "live2d_npc_map_boy" local smallInfo = {[1] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.25, 0.25, 0.25)}, [2] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.25, 0.25, 0.25)},} diff --git a/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua b/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua index cb865061e1..d1b8df62d7 100644 --- a/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua +++ b/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua @@ -47,7 +47,7 @@ end local sortingorder = 0 local hitRootPath = "UI_Map_XunBaoEffect_hit" local npc1 = "live2d_npc_map_boy" -local npc2 = "live2d_npc_map_nv" +local npc2 = "live2d_npc_map_boy" -- 飘血资源 local hurtRes = "FloatingText" function SingleExplorePlayerView:InitComponent() diff --git a/Assets/ManagedResources/~Lua/View/SingleFightPlayerView.lua b/Assets/ManagedResources/~Lua/View/SingleFightPlayerView.lua index 06d51bfd06..ddde4c5f0d 100644 --- a/Assets/ManagedResources/~Lua/View/SingleFightPlayerView.lua +++ b/Assets/ManagedResources/~Lua/View/SingleFightPlayerView.lua @@ -50,7 +50,7 @@ end local sortingorder = 0 local hitRootPath = "UI_Map_XunBaoEffect_hit" local npc1 = "live2d_npc_map_boy" -local npc2 = "live2d_npc_map_nv" +local npc2 = "live2d_npc_map_boy" -- 飘血资源 local hurtRes = "FloatingText" function SingleFightPlayerView:InitComponent()