【战斗】========角色皮肤释放技能表现修改

dev_chengFeng
wangzhenxing 2021-12-29 13:08:32 +08:00
parent d659eeba39
commit 33f1934d02
2 changed files with 2 additions and 0 deletions

View File

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

View File

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