Quantcast
Channel: WoWInterface - Latest Updated list
Viewing all articles
Browse latest Browse all 58854

!Beautycase (1.0.1)

$
0
0
This is a small addon for add fast and efficiently smooth borders to your frames!
It's a LUA bases addon. So there are no ingame configurations.

So ok, and how can you use it?

It's quite simple!
!Beautycase has 3 simple function.

Create a border...
CreateBorder(self, borderSize, R, G, B, uL1, uL2, uR1, uR2, bL1, bL2, bR1, bR2)

self -> The name of your frame, It must be a frame not a texture
borderSize -> The size of the simple square Border. 10, 11 or 12 looks amazing
R, G, B -> The colors of the Border. R = Red, G = Green, B = Blue
uL1, uL2 -> top left x, top left y
uR1, uR2 -> top right x, top right] y
bL1, bL2 -> bottom left x, bottom left y
bR1, bR2 -> bottom right x, bottom right y

Shorter method to add a border with not spacing
CreateBorder(self, borderSize, R, G, B)

Or simple just one number (x) for the same distance on all corners
CreateBorder(self, borderSize, R, G, B, x)

For change the border color
ColorBorder(self, R, G, B)

And for change the shadow color
ColorBorderShadow(self, R, G, B)


Try it out und you will see how easy you can add a cool border to your frames!

Change the texture
You dont like the texture included in !Beautycase? Want your own? So go into the !Beautycase/media folder and change the textureNormal.tga file with a file of your choice.

Viewing all articles
Browse latest Browse all 58854

Trending Articles