summaryrefslogtreecommitdiff
path: root/resource/ui
diff options
context:
space:
mode:
authorIgor <[email protected]>2021-04-03 11:19:54 -0400
committerGitHub <[email protected]>2021-04-03 11:19:54 -0400
commitca45928643a5bdc2559f2f0432267763d876b6be (patch)
tree12d3fa285f5c0d1a86f2e5c288f29ca1e6f0ed7a /resource/ui
parent7f0aed2689c1f120829424dba8b66b4b77d1418d (diff)
parent2b87693e01342854eee21884acd289995c595931 (diff)
Merge pull request #164 from piman51277/patch-1
Fix Competitive MMR not displaying
Diffstat (limited to 'resource/ui')
-rw-r--r--resource/ui/pvpcomprankpanel.res37
-rw-r--r--resource/ui/pvprankpanel.res2
2 files changed, 38 insertions, 1 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
diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res
index 26c72f2..05f654b 100644
--- a/resource/ui/pvprankpanel.res
+++ b/resource/ui/pvprankpanel.res
@@ -585,4 +585,4 @@
}
}
}
-} \ No newline at end of file
+}