This commit is contained in:
Bunny67
2018-06-21 19:49:08 +03:00
parent e9d232b5c9
commit a51e59b5a9
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ function AB:PositionAndSizeBar(barName)
E:Size(button, size)
_G[button:GetName().."Cooldown"]:SetModelScale((size / 36) * 0.75)
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
ActionButton_ShowGrid(button)
+3
View File
@@ -170,6 +170,9 @@ function AB:PositionAndSizeBarPet()
button:SetParent(bar)
button:ClearAllPoints()
E:Size(button, size)
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
button:Show()
if i == 1 then
@@ -183,6 +183,8 @@ function AB:PositionAndSizeBarShapeShift()
button:ClearAllPoints()
E:Size(button, size)
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48)
if self.db["barShapeShift"].mouseover == true then
bar:SetAlpha(0)
else