From 2b87693e01342854eee21884acd289995c595931 Mon Sep 17 00:00:00 2001 From: piman <44853490+piman51277@users.noreply.github.com> Date: Wed, 31 Mar 2021 22:26:33 -0400 Subject: Add files via upload --- resource/ui/pvpcomprankpanel.res | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 resource/ui/pvpcomprankpanel.res 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 -- cgit v1.2.3