View Single Post
Old 06-28-2006, 01:37 PM   #9 (permalink)
GuyInTheWindow
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

Did you set "SelectPortrait" and "ButtonImage" to their corresponding names in the MappedImage?

For example:
Code:
MappedImage ChinaOfficer_lg
Texture = ChinaOfficer128x128.tga
TextureWidth = 128
TextureHeight = 128
Coords = Left:0 Top:0 Right:128 Bottom:128
Status = NONE
End
 
MappedImage ChinaOfficer_sm
Texture = ChinaOfficer64x64.tga
TextureWidth = 64
TextureHeight = 64
Coords = Left:0 Top:0 Right:64 Bottom:64
Status = NONE
End
Then your code would be:
Code:
; *** ART Parameters ***

  SelectPortrait         = ChinaOfficer_lg

  ButtonImage            = ChinaOfficer_sm
GuyInTheWindow is offline   Reply With Quote