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!
-
- Administrator
-
-
Support Ukraine
If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
Changing colors of minutes
Moderators: Internal error, Watchmens
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
"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
Who is online
Users browsing this forum: No registered users and 1 guest