diff options
| author | piman <[email protected]> | 2021-03-31 22:26:33 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-31 22:26:33 -0400 |
| commit | 2b87693e01342854eee21884acd289995c595931 (patch) | |
| tree | 12d3fa285f5c0d1a86f2e5c288f29ca1e6f0ed7a /resource/ui | |
| parent | e0ad0f7bf2374df7d969cbe3e3947f5b4242ffce (diff) | |
Add files via upload
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/pvpcomprankpanel.res | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/resource/ui/pvpcomprankpanel.res b/resource/ui/pvpcomprankpanel.res new file mode 100644 index 0000000..e4462fb --- /dev/null +++ b/resource/ui/pvpcomprankpanel.res @@ -0,0 +1,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"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file |
