Cooldown Swipe on Weak Auras not Overlaid by Masque #149
-
Game FlavorRetail Game Version9.1.0.40443 Add-On Version9.1.0 Is the improvement related to a problem?Yes, I'm using Describe the ImprovementI would love if the cooldown swipe would also be masked by ScreenshotsThank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I also asked for support on the |
Beta Was this translation helpful? Give feedback.
-
This actually isn't an issue with Masque or WeakAuras, but rather the skin you're using. The skin itself should provide the mask texture for the Cooldown swipe. If you don't mind my asking, what skin is it that you're using? Edit: Also, if you really want to use that skin, I could probably explain how to add something that looks better, assuming you have an image editor and don't mind a bit of code editing. |
Beta Was this translation helpful? Give feedback.
-
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 Cooldown = {
Width = 30,
Height = 30,
}, Change it to something like:
Note that you'll likely need to adjust the The other thing you may want to do is use a different image, since the |
Beta Was this translation helpful? Give feedback.
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 theCooldown
section of the skin you want to change, for example, for Beveled, it's lines30
-33
:Change it to something like:
Note that you'll likely need to adjust the
Height
andWidth
attributes to fit it properly, but you can change and save it…