Statistics: Posted by Uveso — 09 Sep 2016, 07:09
local showShield = false
if bp.Defense.Shield and bp.Defense.Shield.ShieldMaxHealth then
showShield = true
View.ShieldStat.Value:SetText(bp.Defense.Shield.ShieldMaxHealth)
end
View.ShieldStat.Value:SetFont(UIUtil.bodyFont, 10)
local showShield = false
if bp.Defense.Shield and bp.Defense.Shield.ShieldMaxHealth then
showShield = true
View.ShieldStat.Value:SetFont(UIUtil.bodyFont, 10)
View.ShieldStat.Value:SetText(bp.Defense.Shield.ShieldMaxHealth)
end
Statistics: Posted by Uveso — 09 Sep 2016, 06:51
Statistics: Posted by djambalaz — 31 Aug 2016, 23:24