diff options
Diffstat (limited to 'resource/ui/hudcurrencyaccount.res')
| -rw-r--r-- | resource/ui/hudcurrencyaccount.res | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/resource/ui/hudcurrencyaccount.res b/resource/ui/hudcurrencyaccount.res index d1533d2..444f916 100644 --- a/resource/ui/hudcurrencyaccount.res +++ b/resource/ui/hudcurrencyaccount.res @@ -19,18 +19,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" @@ -47,6 +46,6 @@ "visible" "1" "enabled" "1" "textAlignment" "west" - "labelText" "Currency" + "labelText" "#TF_PVE_Currency" } }
\ No newline at end of file |
