Aurora icon indicating copy to clipboard operation
Aurora copied to clipboard

MoveAnything

Open Krustensusi opened this issue 7 years ago • 6 comments

Is there a way to include the MoveAnything Button in the Escape Menu in Aurora?

Krustensusi avatar May 29 '18 08:05 Krustensusi

Does it not show up when you have MoveAnything installed?

Gethe avatar May 29 '18 14:05 Gethe

I installed MoveAnything first. The Button now has the WoW Original Skin.

The other Buttons are in Aurora skin.

Krustensusi avatar Jun 01 '18 13:06 Krustensusi

moveanything aurora

Krustensusi avatar Jun 01 '18 13:06 Krustensusi

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.

Gethe avatar Jun 01 '18 15:06 Gethe

would be nice. i like both. Aurora and MoveAnything ;) And its just one Button :D

Krustensusi avatar Jun 01 '18 15:06 Krustensusi

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>

agentschmitt avatar Aug 20 '18 00:08 agentschmitt