View Single Post
11-09-11, 12:32 PM   #3
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 133
You're friggin' amazing. I thought I saw Cainyx in the list, but it was Caith, Cainyx is the one I use with BornabeUI now and absolutely LOVE it's look and border effects, etc... but since it's not included, Entropy seems like a good one to look at.

My file doesn't look like what you just posted.

VFLUI.RegisterTexture({
name = "Entropy_backdrop";
category = VFLI.i18n("Button Skin");
title = VFLI.i18n("Entropy Backdrop");
path = "Interface\\AddOns\\RDX_mediapack\\buttons\\Entropy\\Backdrop";
dx = 32; dy = 32;
});

VFLUI.RegisterTexture({
name = "Entropy_border";
category = VFLI.i18n("Button Skin");
title = VFLI.i18n("Entropy Border");
path = "Interface\\AddOns\\RDX_mediapack\\buttons\\Entropy\\Border";
dx = 32; dy = 32;
});

VFLUI.RegisterTexture({
name = "Entropy_overlay";
category = VFLI.i18n("Button Skin");
title = VFLI.i18n("Entropy Overlay");
path = "Interface\\AddOns\\RDX_mediapack\\buttons\\Entropy\\Overlay";
dx = 32; dy = 32;
});

VFLUI.RegisterTexture({
name = "Entropy_normal";
category = VFLI.i18n("Button Skin");
title = VFLI.i18n("Entropy Normal");
path = "Interface\\AddOns\\RDX_mediapack\\buttons\\Entropy\\Normal";
dx = 32; dy = 32;
});

VFLUI.RegisterTexture({
name = "Entropy_highlight";
category = VFLI.i18n("Button Skin");
title = VFLI.i18n("Entropy Highlight");
path = "Interface\\AddOns\\RDX_mediapack\\buttons\\Entropy\\Highlight";
dx = 32; dy = 32;
});

VFLUI.RegisterTexture({
name = "Entropy_gloss";
category = VFLI.i18n("Button Skin");
title = VFLI.i18n("Entropy Gloss");
path = "Interface\\AddOns\\RDX_mediapack\\buttons\\Entropy\\Gloss";
dx = 32; dy = 32;
});

Last edited by Bornabe : 11-09-11 at 02:07 PM.
  Reply With Quote