summaryrefslogtreecommitdiff
path: root/resource/ui/tankprogressbar.res
blob: a74f696dda0618c26e68fae6292401f4dd8c14de (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
"Resource/UI/TankProgressBar.res"
{
	"TankProgressBar"
	{
		"ControlName"			"CTankProgressBar"
		"fieldName"				"TankProgressBar"
		"xpos"					"0"
		"ypos"					"0"
		"zpos"					"3"
		"wide"					"190"
		"tall"					"18"
		"visible"				"0"
		"enabled"				"1"
	}

	"TankImage"
	{
		"ControlName"			"CTFImagePanel"
		"fieldName"				"TankImage"
		"xpos"					"5"
		"ypos"					"0"
		"zpos"					"3"
		"wide"					"18"
		"tall"					"18"
		"visible"				"1"
		"enabled"				"1"
		"image"					"../hud/leaderboard_class_tank"
		"scaleImage"			"1"
	}

	"ProgressBar"
	{
		"ControlName"			"ScalableImagePanel"
		"fieldName"				"ProgressBar"
		"xpos"					"30"
		"ypos"					"5"
		"zpos"					"2"
		"wide"					"153"
		"tall"					"8"
		"visible"				"1"
		"enabled"				"1"
		"image"					""

 		"src_corner_height"		"22"			// pixels inside the image
 		"src_corner_width"		"22"

 		"draw_corner_width"		"5"				// screen size of the corners ( and sides ), proportional
 		"draw_corner_height" 	"5"
	}

	"ProgressBarBG"
	{
		"ControlName"			"ScalableImagePanel"
		"fieldName"				"ProgressBarBG"
		"xpos"					"29"
		"ypos"					"3"
		"zpos"					"1"
		"wide"					"155"
		"tall"					"12"
		"visible"				"0"
		"enabled"				"0"
		"image"					"../HUD/tournament_panel_tan"

		"src_corner_height"		"22"			// pixels inside the image
		"src_corner_width"		"22"

		"draw_corner_width"		"5"				// screen size of the corners ( and sides ), proportional
		"draw_corner_height"	"5"
	}

	"ProgressBarBG2"
	{
		"ControlName"			"ImagePanel"
		"fieldName"				"ProgressBarBG2"
		"xpos"					"30"
		"ypos"					"5"
		"zpos"					"2"
		"wide"					"153"
		"tall"					"8"
		"autoResize"			"0"
		"pinCorner"				"0"
		"visible"				"1"
		"enabled"				"1"
		"fillcolor"				"ColorCyan"
	}
}