blob: 3336b1508e409226793e406f10c5d8923d8a3e4a (
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
|
"Resource/UI/HudAchievementTrackerItem.res"
{
"ItemAttributeTracker"
{
"fieldName" "ItemAttributeTracker"
"visible" "1"
"enabled" "1"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "f0"
"PaintBackgroundType" "0"
"stats_buffer_width" "30"
}
"QuestsStatusContainer"
{
"ControlName" "EditablePanel"
"fieldName" "QuestsStatusContainer"
"xpos" "rs1-10"
"ypos" "120"
"wide" "110"
"tall" "20"
"proportionaltoparent" "1"
"border" "NoBorder" //QuestStatusBorder
"paintborder" "2"
"Header"
{
"ControlName" "Label"
"fieldName" "Header"
"labeltext" "%header%"
"xpos" "rs1"
"ypos" "2"
"wide" "500"
"tall" "18"
"zpos" "4"
"textinsetx" "5"
"fgcolor_override" "255 255 255 255" //235 226 202 255
"font" "AchievementTracker_Name"
//"wrap" "1"
"TextAlignment" "north-east"
"proportionaltoparent" "1"
}
"CallToAction"
{
"ControlName" "CExLabel"
"fieldName" "CallToAction"
"labeltext" "%call_to_action%"
"xpos" "rs1"
"ypos" "11"
"wide" "190"
"tall" "f0"
"zpos" "4"
"textinsetx" "5"
"fgcolor_override" "255 255 255 255" //235 226 202 255
"font" "QuestObjectiveTracker_Desc"
//"wrap" "1"
"TextAlignment" "north-east"
"proportionaltoparent" "1"
}
"Image"
{
"ControlName" "CTFImagePanel"
"fieldName" "Image"
"xpos" "4"
"ypos" "cs-0.5"
"zpos" "0"
"wide" "o1"
"tall" "p0.8"
"visible" "0" //1
"enabled" "0" //1
"image" "tf2_folder_icon"
"scaleImage" "1"
"proportionaltoparent" "1"
}
}
}
|