summaryrefslogtreecommitdiff
path: root/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res
blob: 09cc8262e8e800be612c3613ff5e7caf702ffe71 (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
#base "../HudMenuEurekaEffect.res"

"Resource/UI/build_menu/HudMenuEurekaEffect.res"
{
	"MainBackground"	
	{
		"fillcolor"			"50 255 50 50"
	}

	"ItemBackground"
	{
		"ControlName"		"CTFImagePanel"
		"fieldName"			"ItemBackground"
		"xpos"				"0"
		"ypos"				"0"
		"zpos"				"-2"
		"wide"				"250"
		"tall"				"180"
		"visible"			"0"
		"enabled"			"0"
		"scaleImage"		"1"
		"image"				"pipboy_overlay"
		"tileImage"			"1"
		"drawcolor"			"192 192 192 255"
	}
	
	"BuildIcon"
	{
		"iconColor"			"ColorGreen"
	}
	
	"TitleLabel"
	{
		"fgcolor"			"ColorGreen"
	}
	
	"CancelLabel"
	{
		"fgcolor"			"ColorGreen"
	}
}