blob: b7bef78ffa3106b9f6c0c31305829b676dbb2a50 (
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
|
#base "../HudMenuEngyBuild.res"
"Resource/UI/build_menu/HudMenuEngyBuild.res"
{
"ItemBackground"
{
"ControlName" "CTFImagePanel"
"fieldName" "ItemBackground"
"xpos" "0"
"ypos" "20"
"zpos" "0"
"wide" "400"
"tall" "120"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "pipboy_overlay"
"tileImage" "1"
"drawcolor" "192 192 192 255"
}
"BuildIcon"
{
"iconColor" "ColorGreen"
}
"TitleLabel"
{
"fgcolor" "ColorGreen"
}
"CancelLabel"
{
"fgcolor" "ColorGreen"
}
}
|