mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- more minor fixes to vengeance text formatting
This commit is contained in:
@ -103,8 +103,8 @@ function Vengeance.prototype:Update(unit)
|
|||||||
end
|
end
|
||||||
|
|
||||||
self:UpdateBar(self.current / self.max, "Vengeance")
|
self:UpdateBar(self.current / self.max, "Vengeance")
|
||||||
self:SetBottomText1(floor(self.current / self.max * 100) .. "%")
|
self:SetBottomText1(floor((self.current / self.max) * 100) .. "%")
|
||||||
self:SetBottomText2(self.current)
|
self:SetBottomText2(tostring(self.current) .."/"..tostring(self.max))
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Load for tanks only
|
-- Load for tanks only
|
||||||
|
Reference in New Issue
Block a user