Aurora
Aurora copied to clipboard
MoveAnything
Is there a way to include the MoveAnything Button in the Escape Menu in Aurora?
Does it not show up when you have MoveAnything installed?
I installed MoveAnything first. The Button now has the WoW Original Skin.
The other Buttons are in Aurora skin.

Ah ok.
I want to keep addon skin separate from the Blizzard UI skin. The plan is to eventually make a separate addon that will hold all addon skins.
would be nice. i like both. Aurora and MoveAnything ;) And its just one Button :D
Would also love to have this Button styled. Dont know how to do this as seperate Addon. Tried to write an addon for myself but wasn´t successfull...
But i hacked it into MoveAnythings, by changing MoveAnything.xml and using Aurora there to skin the button ;)
<Button name="GameMenuButtonMoveAnything"..>
<Scripts>
<OnLoad>
....
if (Aurora) then
local a = _G.unpack(Aurora)
a.Reskin(_G["GameMenuButtonMoveAnything"])
end
</OnLoad>
</Scripts>
</Button>