Page 1 of 1

Changing colors of minutes

Posted: 28 Jul 2018, 08:05
by ivasfc
Hi! I need your help...

I´m trying to change the colors of the minutes but I don´t know how I can say to the editor, the numbers of minutes are red ones.

What is the index number? I have created the numbers with red color, and I need to change the white ones to red ones.

Can you help, me please?

Thanks!

Re: Changing colors of minutes

Posted: 30 Jul 2018, 12:05
by paolino76
Open json file and locate :
"Minutes": {
"Tens": {
"X": xxxxxx,
"Y": yyyyyy,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": xxxxxx,
"Y": yyyyyy,
"ImageIndex": 1,
"ImagesCount": 10
}
}

image index is first number , so you must replace 001.png , 002.png .... 010.png with yours

Re: Changing colors of minutes

Posted: 30 Jul 2018, 21:24
by ivasfc
Perfect!! Thanks!