女小人换成男小人 同常规

(cherry picked from commit 63cc20c9ee)
tcx_xiyou_dev
PC-202302260912\Administrator 2024-05-15 17:47:25 +08:00
parent 03785ba001
commit 666e3bcd09
4 changed files with 4 additions and 4 deletions

View File

@ -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 = {}

View File

@ -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)},}

View File

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

View File

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