ManaEnergyRegen ticker
Hey Tukz, a personal favor/question:
Is there a way I can edit the EnergyManaRegen Spark to use with my Vertical Frames?
in my Player.lua
EnergyManaRegen:SetOrientation("VERTICAL")
works partially, it will start at the half of my power frame, moves down for the mp5 cd and then goes op halfway and resets. I haven't found a way to reanchor the Spark.
Tried stuff like:
EnergyManaRegen:ClearAllPoints() EnergyManaRegen:SetAllPoints(Power)
EnergyManaRegen.Spark:ClearAllPoints() EnergyManaRegen.Spark:SetAllPoints(Power)
EnergyManaRegen:SetOrientation("VERTICAL") EnergyManaRegen.Spark:ClearAllPoints() EnergyManaRegen.Spark:SetPoint("CENTER", EnergyManaRegen:GetStatusBarTexture(), "CENTER")
Can you help me out or does this mean the lib has to be adjusted? In that case, no priority at all.