blob: a0499833ddf0498d2beedd38f1bb2fc7857f951e (
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
|
"Resource/UI/MatchMakingTooltip.res"
{
"TooltipPanel"
{
// "ControlName" "EditablePanel"
"fieldName" "TooltipPanel"
"xpos" "0"
"ypos" "0"
"zpos" "30000"
"wide" "300"
"tall" "100"
"visible" "0"
"PaintBackgroundType" "2"
"border" "ButtonHover"
"bgcolor_override" "DarkGrey"
"mouseinputenabled" "0"
"TipLabel"
{
"ControlName" "CExLabel"
"fieldName" "TipLabel"
if_small
{
"font" "HudFontSmall"
}
if_medium
{
"font" "HudFontMediumSmall"
}
if_large
{
"font" "HudFontMedium"
}
"labelText" "%tiptext%"
"textAlignment" "center"
"xpos" "10"
"ypos" "10"
"zpos" "2"
"wide" "140"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "TanLight"
"auto_wide_tocontents" "1"
"auto_tall_tocontents" "1"
}
}
}
|