Green Icon Path

Status
Not open for further replies.
here i made you some green icons:
 

Attachments

oh i see.
Well normal buttons work like this:
You have the normal texture "BTNBlabla.blp" and the Disabled texture: "DISBTNBlabla.blp".
What you can do is:
Rename ALL you icons so they have the same name, for example "BTNIcon.blp" and move each of them in a separate folder (so you wont get a conflict of files with same name). Then you only have to provide one Disbtn texture "DISBTNIcon.blp" that will be used by all icons.

Code:
ReplaceableTextures\CommandButtons\Helmet\BTNIcon.blp
ReplaceableTextures\CommandButtons\Sword\BTNIcon.blp
ReplaceableTextures\CommandButtons\Fireball\BTNIcon.blp
ReplaceableTextures\CommandButtons\Potion\BTNIcon.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNIcon.blp
 
Status
Not open for further replies.
Back
Top