Finished the first 'Alpha Version' of the Coach feature
This commit is contained in:
@@ -184,7 +184,12 @@ function Details.CooldownTracking.RefreshScreenPanel()
|
||||
--print("timeLeft:", timeLeft, spellNameDebug)
|
||||
else
|
||||
bar:SetMinMaxValues(0, 100)
|
||||
bar:SetValue(100)
|
||||
bar:SetTimer(0)
|
||||
--print(spellNameDebug)
|
||||
C_Timer.After(1, function()
|
||||
-- bar:SetMinMaxValues(0, 100)
|
||||
-- bar:SetTimer(0)
|
||||
end)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -5054,12 +5054,6 @@ function _detalhes:SetWindowAlphaForCombat (entering_in_combat, true_hide, alpha
|
||||
self:InstanceAlpha(min (amount, self.color[4]))
|
||||
gump:Fade(self.rowframe, "ALPHAANIM", rowsamount)
|
||||
gump:Fade(self.baseframe, "ALPHAANIM", rowsamount)
|
||||
|
||||
--self:SetIconAlpha(menuamount)
|
||||
|
||||
if (_detalhes.debug) then
|
||||
_detalhes:Msg ("(debug) showing window SetWindowAlphaForCombat()", amount, rowsamount, menuamount)
|
||||
end
|
||||
--]]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user