i need your help...

WalkingBad

New member
Messages
105
Points
0
Github
WalkingBad
Emulator
guys... how can i use a bmp file format on my thor patcher buttons instead of .png file format...
example this button  
22hst5.jpg
... what code im going to use on the config??
 
 
 
try this:

[Button:Start]Default='images/start1.bmp'OnHover='images/start2.bmp'OnDown='images/start3.bmp'Left=1Top=2

or convert your button to png. /swt

 
Back
Top