Finished the first 'Alpha Version' of the Coach feature
This commit is contained in:
parent
4d1747f8a8
commit
ec5fad443a
9 changed files with 318 additions and 308 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue