blob: 3fd3c51cf10d940b3bd97be96f1bce3bd85544ed (
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
"Resource/UI/HudTraining.res"
{
"ObjectiveStatusTraining"
{
"ControlName" "EditablePanel"
"fieldName" "ObjectiveStatusTraining"
"xpos" "c-160"
"ypos" "r108"
"zpos" "1"
"wide" "320"
"tall" "90"
"visible" "1"
"enabled" "1"
}
"GoalLabel"
{
"ControlName" "CExLabel"
"fieldName" "GoalLabel"
"fgcolor" "TanLight"
"xpos" "20"
"ypos" "5"
"zpos" "4"
"wide" "300"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"labelText" "%goal%"
"font" "HudFontMediumSmall"
"textAlignment" "North"
}
"GoalLabelShadow"
{
"ControlName" "CExLabel"
"fieldName" "GoalLabelShadow"
"fgcolor" "TransparentBlack"
"xpos" "-1"
"ypos" "-1"
"zpos" "3"
"wide" "300"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"wrap" "1"
"labelText" "%goal%"
"font" "HudFontMediumSmall"
"textAlignment" "North"
"pin_to_sibling" "GoalLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"MsgLabel"
{
"ControlName" "CExRichText"
"fieldName" "MsgLabel"
"fgcolor" "TanLight"
"xpos" "20"
"ypos" "25"
"zpos" "3"
"wide" "280"
"tall" "45"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"labelText" ""
"textAlignment" "North"
"font" "HudFontSmall"
}
"PressSpacebarToContinue"
{
"ControlName" "CExLabel"
"fieldName" "PressSpacebarToContinue"
"fgcolor" "TanLight"
"xpos" "20"
"ypos" "70"
"zpos" "3"
"wide" "280"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"wrap" "1"
"labelText" "#TF_Training_SpaceToContinue"
"textAlignment" "North"
"font" "TFFontMedium"
}
"HudTrainingMsgBG"
{
"ControlName" "EditablePanel"
"fieldName" "HudTrainingMsgBG"
"xpos" "-5"
"ypos" "-25"
"zpos" "2"
"wide" "330"
"tall" "205"
"visible" "1"
"enabled" "1"
"bgcolor_override" "TransparentBlack"
"PaintBackgroundType" "2"
}
}
|