"IntervalBetweenImage": 30
I'm not quite sure what this is to be honest. It's not really explained well.
I assumed it was something allowing multiple images, that would change every 30sec.
Here's what I've done...
{
"UI": {
"BackgroundMainColor": "0 0 0 0",
"BackgroundMainURL": [
"https://i.imgur.com/alnbJ4V.png",
"https://i.imgur.com/92MFZj1.png"
],
"GUIAnchorMax": "0.296 0.10",
"GUIAnchorMin": "0.15 0.07",
"IntervalBetweenImage": 30
}
}Hoping it would rotate between those two images every 30sec.
It didn't do what I thought, so I'm now asking, what is the purpose of this feature, and how is it properly used.