Quote:
Originally Posted by sajmon83
Cesar82 I can't figure out how [MusicIcon] it works properly together with MusicIcon.png. Could you give a simple example of what MusicIcon.png should look like. My guess is that it should have two states, but I've already tried vertically (39x78) and horizontally (78x39). And it looks bad all the time
Code:
[MusicIcon]
Width=39
Height=39
|
MusicIcon has 8 parts....
So dimension of MusicIcon.png will be-
Code:
Weight=X (X=Weight of MusicIcon in Setup.ini, 39 in your case)
Height=Y*8 (Y=Height of MusicIcon in Setup.ini, 312 in your case)
8 parts of MusicIcon.png from top to bottom-
Code:
1-Normal (In music disabled state)
2-Selected (In music disabled state)
3-Clicked (In music disabled state)
4-Disabled (In music disabled state)
5-Normal (In music unabled state)
6-Selected (In music unabled state)
7-Clicked (In music unabled state)
8-Disabled (In music unabled state)
I think it is better to see some examples that I created in past...