Created
November 29, 2020 03:23
-
-
Save kemayo/c62be7fde9575dde1f1e1bf05504ac75 to your computer and use it in GitHub Desktop.
Demonstration of a custom theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local core = LibStub("AceAddon-3.0"):GetAddon("SilverDragon") | |
local module = core:GetModule("ClickTarget") | |
function module.Looks:SilverDragonButEvenCooler(popup) | |
self.Looks.Legendary(self, popup) | |
popup.background:SetVertexColor(1, 0, 0, 1) | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Interface: 90002 | |
## Title: SilverDragon: My Cool Theme | |
## Author: Kemayo | |
## Dependencies: SilverDragon | |
addon.lua |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment