This commit is contained in:
2024-08-24 22:45:34 +02:00
parent d163cf93eb
commit 9749f5a6eb
20 changed files with 484 additions and 484 deletions

View File

@@ -5,7 +5,7 @@ function(progress, r1, g1, b1, a1, r2, g2, b2, a2)
-- ActionButton_HideOverlayGlow(aura_env.region.icon)
-- end
if aura_env.state.IsActive then
if aura_env.statee.IsActive then
aura_env.region.icon:SetDesaturated(false)
return r1, g1, b1, a1
end

View File

@@ -1,5 +1,5 @@
-- DevTools_Dump(aura_env.region)
-- aura_env.region:SetParent(aura_env.state.frame)
aura_env.region:ClearAllPoints()
aura_env.region:SetPoint("TOPLEFT", aura_env.state.frame.AuraWatch, "TOPLEFT", 0, 0)
aura_env.region:SetPoint("TOPLEFT", aura_env.statee.frame.AuraWatch, "TOPLEFT", 0, 0)
aura_env.region:Show()