blob: 215add3e875e92fbde9d2dc6c43a2c9ddcc15d40 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
"Resource/UI/HudPlayerClass.res"
{
// player class data
"HudPlayerClass"
{
"ControlName" "EditablePanel"
"fieldName" "HudPlayerClass"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
}
"PlayerStatusClassImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusClassImage"
"xpos" "165" [$WIN32]
"ypos" "r95" [$WIN32]
"zpos" "2"
"wide" "35"
"tall" "35"
"visible" "1"
"enabled" "1"
"image" "../hud/class_scoutred"
"scaleImage" "1"
"alpha" "0"
}
"PlayerStatusSpyImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusSpyImage"
"xpos" "9999" [$WIN32]
"ypos" "9999" [$WIN32]
"zpos" "2"
"wide" "55"
"tall" "55"
"visible" "1"
"enabled" "1"
"image" "../hud/class_spyred"
"scaleImage" "1"
"teambg_2" "../hud/class_spyred"
"teambg_3" "../hud/class_spyblue"
}
"PlayerStatusSpyOutlineImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusSpyOutlineImage"
"xpos" "9999"
"ypos" "9999"
"zpos" "7"
"wide" "55"
"tall" "55"
"visible" "0"
"enabled" "1"
"image" "../hud/class_spy_outline"
"scaleImage" "1"
}
"PlayerStatusClassImageBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusClassImageBG"
"xpos" "9999" [$WIN32]
"ypos" "9999" [$WIN32]
"zpos" "1"
"wide" "100"
"tall" "50"
"visible" "1"
"enabled" "1"
"image" "../hud/character_red_bg"
"scaleImage" "1"
"teambg_2" "../hud/character_red_bg"
"teambg_2_lodef" "../hud/character_red_bg_lodef"
"teambg_3" "../hud/character_blue_bg"
"teambg_3_lodef" "../hud/character_blue_bg_lodef"
}
}
|