08-22-2004, 01:23 AM -
there is no skinning guide as of yet, but try looking through the .ini file to see what its all about
but here is what some of the code means (for the clock skinning anyway , using yellow clock as a base)
Over All Code:
Code Breakdown :
[General]
"SkinName =" Write here what you want your skin to be named
"TypeClock =" This has two variables "Analog" and "Digital", depending on which type of clock display you want
[images]
"back =" enter the FULL filename of the backgroung image ie. bg.png, not just bg
"sarrow =" enter the FULL filename of the Seconds arrow
"marrow =" enter the FULL filename of the Minutes Arrow
"harrow =" enter the FULL filename of the Hours Arrow
there are other codes aswell i am just typed out, if there is some important ones that i have missed (most likely alot), other skinners, just say so
hope that was helpful, if you want to know the info on a digital clock just drop back and ask
but here is what some of the code means (for the clock skinning anyway , using yellow clock as a base)
Over All Code:
Code:
[General]
SkinName = Yellow Clock
TypeClock = Analog
[images]
aclock = back.png
sarrow = s.png
marrow = m.png
harrow = h.png
Code Breakdown :
[General]
"SkinName =" Write here what you want your skin to be named
"TypeClock =" This has two variables "Analog" and "Digital", depending on which type of clock display you want
[images]
"back =" enter the FULL filename of the backgroung image ie. bg.png, not just bg
"sarrow =" enter the FULL filename of the Seconds arrow
"marrow =" enter the FULL filename of the Minutes Arrow
"harrow =" enter the FULL filename of the Hours Arrow
there are other codes aswell i am just typed out, if there is some important ones that i have missed (most likely alot), other skinners, just say so
hope that was helpful, if you want to know the info on a digital clock just drop back and ask