View Single Post
  #3  
Unread 05-13-2007, 11:28 PM
Aalwein's Avatar
Aalwein Aalwein is offline
GM, Scarlet Underground
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 163
Each bag has four graphics:

Code:
  <Mapping ArtAssetID="bag" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="bag_normal" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="bag_pressed" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="bag_rollover" FileName="Invisible.tga" />
Try changing the other tags to the same graphic (unless you want different images for rollover and pressed).
Reply With Quote