diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:23:18 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:23:18 -0400 |
| commit | 596af5f85115311c069b81fb4f69607501a81ed5 (patch) | |
| tree | a065a6dce30a66b8277671786c9be066591e1a79 /resource/ui/mvminworldcurrency.res | |
| parent | 53627aa7c3664091e6d58c5698bf8be910d383cf (diff) | |
Arena/MvM Fixes
Diffstat (limited to 'resource/ui/mvminworldcurrency.res')
| -rw-r--r-- | resource/ui/mvminworldcurrency.res | 11 |
1 files changed, 5 insertions, 6 deletions
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" |
