summaryrefslogtreecommitdiff
path: root/resource/ui/econ/questnotificationpanel_base.res
blob: 8a82662b43c85162c070020fe6234b1c6b181526 (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
"Resource/UI/QuestNotificationPanel_base.res"
{
	"QuestNotificationPanel"
	{
		"ControlName"	"EditablePanel"
		"fieldName"		"QuestNotificationPanel"
		"xpos"			"0"
		"ypos"			"100"
		"zpos"			"2"
		"wide"			"f0"
		"tall"			"f0"
		"visible"		"0"
		"proportionaltoparent"	"1"

		"output_step" "50"

		"MainContainer"
		{
			"ControlName"			"EditablePanel"
			"fieldName"				"MainContainer"
			"xpos"					"r0"
			"ypos"					"0"
			"wide"					"110"
			"tall"					"20"
			"visible"				"1"
			"proportionaltoparent"	"1"

			"border"	"NoBorder"	//QuestStatusBorder
			"paintborder"	"2"

			"ItemName"
			{
				"ControlName"	"Label"
				"fieldName"		"ItemName"
				"labeltext"		"#QuestNotification_Incoming"
				"xpos"			"0"
				"ypos"			"cs-0.5"
				"wide"			"f0"
				"tall"			"18"
				"zpos"			"4"
				"textinsetx"	"5"
				"fgcolor_override"		"255 255 255 255"	//235 226 202 255
				"font"			"AchievementTracker_Name"
				//"wrap"			"1"
				"TextAlignment"		"east"
				"proportionaltoparent" "1"
			}

			"CharacterImage"
			{
				"ControlName"	"CTFImagePanel"
				"fieldName"		"CharacterImage"
				"xpos"			"3"
				"ypos"			"cs-0.5"
				"zpos"			"0"
				"wide"			"o1"
				"tall"			"p0.8"
				"visible"		"1"
				"enabled"		"1"
				"image"			"animated/tf2_speaker_icon"
				"scaleImage"	"1"	
				"proportionaltoparent"	"1"	
			}
		}	
	}	
}