【战斗】========角色皮肤释放技能表现修改
parent
d659eeba39
commit
33f1934d02
|
|
@ -43,6 +43,7 @@ function EnemyView:onCreate(go, role, position, root, isBoss,enemyId)
|
|||
self.skinId = 0
|
||||
else
|
||||
self.skinId = role.roleData.skinId
|
||||
self.roleId=self.skinId
|
||||
end
|
||||
--如果英雄装备皮肤
|
||||
if self.skinId and self.skinId > 0 then
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ function PlayerView:onCreate(go, role, position, root)
|
|||
self.skinId = 0
|
||||
else
|
||||
self.skinId = role.roleData.skinId
|
||||
self.roleId=self.skinId
|
||||
end
|
||||
--如果英雄装备皮肤
|
||||
if self.skinId and self.skinId > 0 then
|
||||
|
|
|
|||
Loading…
Reference in New Issue