blob: 9406292223558f01c38460034ec21a2c052f2b39 (
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/MvMVictoryPanel.res"
{
"SplashContainer"
{
"ControlName" "EditablePanel"
"fieldName" "SplashContainer"
"xpos" "c-150"
"ypos" "c-20"
"wide" "300"
"tall" "300"
"visible" "1"
"SplashBackground"
{
"ControlName" "ScalableImagePanel"
"fieldName" "SplashBackground"
"xpos" "99999"
"ypos" "99999"
"wide" "0"
"tall" "0"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"image" "../hud/ammo_red_bg"
}
"SplashLabelShadow"
{
"ControlName" "CExLabel"
"fieldName" "SplashLabelShadow"
"font" "HudFontGiantBold"
"labelText" "Victory!"
"textAlignment" "center"
"xpos" "2"
"ypos" "14"
"wide" "300"
"tall" "50"
"fgcolor" "black"
}
"SplashLabel"
{
"ControlName" "CExLabel"
"fieldName" "SplashLabel"
"font" "HudFontGiantBold"
"labelText" "Victory!"
"textAlignment" "center"
"xpos" "0"
"ypos" "12"
"wide" "300"
"tall" "50"
"fgcolor" "Base Color"
}
}
}
|