Skip to content
Discussion options

You must be logged in to vote

Ok. It looks like you're using the Beveled skin. If not, the same applies to whichever skin you're using, just with a different path. First, open Skins.lua with a text editor. Find the Cooldown section of the skin you want to change, for example, for Beveled, it's lines 30-33:

	Cooldown = {
		Width = 30,
		Height = 30,
	},

Change it to something like:

	Cooldown = {
		Texture = [[Interface\AddOns\Masque_Renaitre\Textures\Beveled\Overlay]],
		Color = {0, 0, 0, 0.8},
		Width = 30,
		Height = 30,
		Point = "CENTER",
		RelPoint = "CENTER",
		OffsetX = 0,
		OffsetY = 0,
	},

Note that you'll likely need to adjust the Height and Width attributes to fit it properly, but you can change and save it…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@raphaeloliveira
Comment options

Comment options

You must be logged in to vote
2 replies
@raphaeloliveira
Comment options

@StormFX
Comment options

Answer selected by raphaeloliveira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants