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