blob: 6404c1902bfc99f1af532458a166ffc238315ebc (
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
|
"Resource/UI/HealthIconPanel.res"
{
"HealthIcon"
{
"ControlName" "EditablePanel"
"fieldName" "HealthIcon"
"xpos" "0"
"ypos" "0"
"wide" "48"
"tall" "48"
"visible" "1"
"enabled" "1"
"TFFont" "HudFontSmall"
"TextColor" "HudOffWhite"
"autoResize" "1"
}
"SpectatorGUIHealth"
{
"ControlName" "EditablePanel"
"fieldName" "SpectatorGUIHealth"
"xpos" "0"
"ypos" "0"
"wide" "128"
"tall" "128"
"visible" "1"
"enabled" "1"
"TFFont" "HudFontSmall"
"TextColor" "HudOffWhite"
"autoResize" "1"
}
}
|