【战斗表现】============我方复活后血条不显示修改
parent
f67006e041
commit
134b1aff71
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue