【战斗表现】============我方复活后血条不显示修改

dev_chengFeng
wangzhenxing 2021-11-22 17:21:59 +08:00
parent f67006e041
commit 134b1aff71
1 changed files with 1 additions and 1 deletions

View File

@ -693,9 +693,9 @@ function PlayerView:OnRealDead()
end
function PlayerView:onRoleRelive()
self.GameObject:SetActive(true)
Util.SetGray(self.RoleIconGO, false)
self.deadIconGO:SetActive(false)
local color = Color.New(1, 1, 1, 1)
Util.SetColor(self.GameObject, color)
Util.SetColor(self.RoleLiveGOGraphic, color)