INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: instigator on June 24, 2011, 07:53:01 pm

Title: <ART> field?
Post by: instigator on June 24, 2011, 07:53:01 pm
Anyone know about the things that you can use / change in the field <ART>?
I recently learned about the existence of this field.  ;)
Title: Re: <ART> field?
Post by: Matt on June 27, 2011, 04:16:27 pm
You can customize several pieces of art normally found in [MC]\Data\Default Art.

Here's a simple example main.xml snippet:
Code: [Select]
  <ART>
    <Entry Name="ActionBarNavigation" Bitmap="ActionWindowNavigation.png" />
  </ART>

In this case, ActionWindowNavigation.png is a graphic in the skin's folder.

Pieces of art you can customize that you might find interesting:


Currently it is not possible to customize SmallIcons.png this way.