1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/config/widgets/turnTimer.json

35 lines
597 B
JSON
Raw Normal View History

2023-08-13 23:13:37 +02:00
{
"items":
[
{ //backgound color
"type": "drawRect",
2023-08-28 13:09:15 +02:00
"rect": {"x": 4, "y": 4, "w": 72, "h": 24},
2023-08-13 23:13:37 +02:00
"color": [10, 10, 10, 255]
},
{ //clocks icon
"type": "image",
"image": "VCMI/BATTLEQUEUE/STATESSMALL",
"frame": 1,
"position": {"x": 4, "y": 6}
},
{ //timer field label
"name": "timer",
"type": "label",
"font": "big",
"alignment": "left",
"color": "yellow",
"text": "",
2023-08-28 13:09:15 +02:00
"position": {"x": 26, "y": 2}
2023-08-13 23:13:37 +02:00
},
2023-08-16 23:10:03 +02:00
],
"variables":
{
"notificationTime": [0, 1, 2, 3, 4, 5, 20],
2023-08-19 17:45:25 +02:00
"notificationSound": "WE5",
"textColorFromPlayerColor": true
2023-08-16 23:10:03 +02:00
}
2023-08-13 23:13:37 +02:00
}