From 596af5f85115311c069b81fb4f69607501a81ed5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 13:23:18 -0400 Subject: Arena/MvM Fixes --- resource/ui/mvminworldcurrency.res | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'resource/ui/mvminworldcurrency.res') diff --git a/resource/ui/mvminworldcurrency.res b/resource/ui/mvminworldcurrency.res index 2971f99..8d2241c 100644 --- a/resource/ui/mvminworldcurrency.res +++ b/resource/ui/mvminworldcurrency.res @@ -2,18 +2,17 @@ { "CurrencyBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "CurrencyBG" "xpos" "0" "ypos" "0" "zpos" "0" "wide" "100" "tall" "20" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "bgcolor_override" "0 0 0 200" + "PaintBackgroundType" "2" } "CurrencyLabel" @@ -30,7 +29,7 @@ "visible" "1" "enabled" "1" "textAlignment" "west" - "labelText" "Remaining" + "labelText" "#TF_PVE_Missed" } "CurrencyGood" @@ -38,7 +37,7 @@ "ControlName" "CExLabel" "fieldName" "CurrencyGood" "font" "Cerbetica14" - "fgcolor" "125 225 30 255" + "fgcolor" "CreditsGreen" "xpos" "45" "ypos" "0" "zpos" "4" -- cgit v1.2.3