parent
03785ba001
commit
666e3bcd09
|
@ -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 = {}
|
||||
|
|
|
@ -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)},}
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue