blob: 7cc6e62b97683b4830f95a185d35af6ff5a0d374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
"Resource/UI/notifications/notify_golden_wrench.res"
{
"Notification_Background"
{
"ControlName" "CImagePanel"
"fieldName" "Notification_Background"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "140"
"tall" "44"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/notification_black"
"scaleImage" "1"
}
"Notification_Icon"
{
"ControlName" "CIconPanel"
"fieldName" "Notification_Icon"
"xpos" "7"
"ypos" "12"
"wide" "36"
"tall" "12"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "ico_notify_golden_wrench"
}
"Notification_Label"
{
"ControlName" "CExLabel"
"fieldName" "Notification_Label"
"font" "Default"
"xpos" "30"
"ypos" "9"
"wide" "200"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "60 seconds until gates open"
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
}
}
|