View Single Post
  #5  
Unread 04-30-2022, 12:49 PM
Drono Drono is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2017
Posts: 47
Quote:
Originally Posted by lunarwtr
I do not believe you can change the image of the button you are wanting.
You definitely can, JRR collection does.
Code:
	<Mapping ArtAssetID="start_menu_normal" FileName="..\toolbar\start_menu_normal.tga"></Mapping>
  	<Mapping ArtAssetID="start_menu_rollover" FileName="..\toolbar\start_menu_rollover.tga"></Mapping>
  	<Mapping ArtAssetID="start_menu_pressed" FileName="..\toolbar\start_menu_pressed.tga"></Mapping>
Example from jrr b that im using, i think thats also what the OP wanted
Attached Files
File Type: tga start_menu_normal.tga (1,010 Bytes, 232 views)
File Type: tga start_menu_pressed.tga (2.4 KB, 233 views)
File Type: tga start_menu_rollover.tga (2.2 KB, 226 views)
Reply With Quote