mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
35 lines
597 B
JSON
35 lines
597 B
JSON
{
|
|
"items":
|
|
[
|
|
{ //backgound color
|
|
"type": "drawRect",
|
|
"rect": {"x": 4, "y": 4, "w": 72, "h": 24},
|
|
"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": "",
|
|
"position": {"x": 26, "y": 2}
|
|
},
|
|
],
|
|
|
|
"variables":
|
|
{
|
|
"notificationTime": [0, 1, 2, 3, 4, 5, 20],
|
|
"notificationSound": "WE5",
|
|
"textColorFromPlayerColor": true
|
|
}
|
|
}
|