
Register external Skin
Desik opened this issue ยท 2 comments
What version(s) of WoW are you using?
Classic
What problem are you experiencing that led to you asking for this feature?
is registering your own skin still supported?
Seems like all external skins (elv, ndui, gw2) were moved into the addon? I was using a custom skin, based on this template
https://github.com/Baganator/Baganator-Example-Skin/blob/main/Main.lua
I'm just wondering what's the method to register my own skin now
thanks in advance
What solution would you like?
maybe an example of a custom skin being registered into bagator.
Any alternatives you can think of?
No response
Anything else?
No response
The template should still work, so long as you leave your "Theme" setting to "Blizzard"
I can confirm using the repo above as a starting point works. (Only used ItemButton
, ButtonFrame
and Divider
inside the skinners
table.) The logic seems to be that its just an override to the current skin.
Opening up the addonTable.Skins.RegisterSkin()
API would be even better I think, but that might bring other problems.