mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Remove no longer used file
This commit is contained in:
parent
241add394c
commit
c4b8cc877b
@ -1,34 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user