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()