summaryrefslogtreecommitdiff
path: root/resource/ui/pvpcomprankpanel.res
blob: e4462fb1477f2a8973dfc0c5fa6a1e48740ee5b4 (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
#base "PvPRankPanel.res"

"Resource/UI/PvPRankPanel.res"
{
	"BGPanel"
	{
		"StatsContainer"
		{
			"visible"		"1"

			"XPBar"
			{
				"ypos"	"20"
				"alpha"	"100"

				"CurrentXPLabel"
				{
					"xpos"			"15"
					"ypos"			"rs1-20"
					"wide"			"140"
					"textAlignment"	"center"
					"visible"		"1"
				}

				"NextLevelXPLabel"
				{
					"visible"		"0"
				}

				"ProgressBarsContainer"
				{
					"visible"		"0"
				}
			}
		}
	}
}