Work on Ascension Backport

This commit is contained in:
andrew6180
2024-05-17 15:08:08 -07:00
parent 5de2a04b8c
commit bb7e0d2c27
325 changed files with 26995 additions and 41741 deletions
+2 -4
View File
@@ -957,14 +957,12 @@
--WaitTexture:SetDesaturated(true)
--WaitTexture:SetVertexColor(1, 1, 1, 0.3)
WaitForPluginFrame.wheel = WaitTexture
local RotateAnimGroup = WaitForPluginFrame:CreateAnimationGroup()
local RotateAnimGroup = WaitTexture:CreateAnimationGroup()
local rotate = RotateAnimGroup:CreateAnimation("Alpha")
--rotate:SetDegrees(360)
--rotate:SetDuration(5)
rotate:SetFromAlpha(0.8)
rotate:SetToAlpha(1)
rotate:SetChange(-0.2)
--RotateAnimGroup:SetLooping ("repeat")
rotate:SetTarget(WaitTexture)
local bgpanel = gump:NewPanel(WaitForPluginFrame, WaitForPluginFrame, "DetailsWaitFrameBG"..self.meu_id, nil, 120, 30, false, false, false)
bgpanel:SetPoint("center", WaitForPluginFrame, "center")