View Single Post
  #749  
Old 23-06-2021, 09:20
Prettyboy099's Avatar
Prettyboy099 Prettyboy099 is offline
Irregular Designer..
 
Join Date: Oct 2018
Location: Inside of 4th Wall..
Posts: 193
Thanks: 809
Thanked 609 Times in 138 Posts
Prettyboy099 is on a distinguished road
Quote:
Originally Posted by sajmon83 View Post
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...
Attached Files
File Type: rar MusicIcon.rar (30.9 KB, 4 views)
__________________
Um... My busy life....

Last edited by Prettyboy099; 23-06-2021 at 10:05.
Reply With Quote
The Following 2 Users Say Thank You to Prettyboy099 For This Useful Post:
Grumpy (23-06-2021), sajmon83 (23-06-2021)