diff options
| author | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
| commit | 46d248b5167f9c8794c3125146952fef08f86bcd (patch) | |
| tree | c3b215d3c6b00085c8cc6e4ace2e5be2b565960c /resource/ui/hudcurrencyaccount.res | |
| parent | d07450fa8b4632d043c838807cba07eb3db6a209 (diff) | |
Added Hypnotize's Icons
- Updated to Hypnotize's icon pack.
- Updated multiple files, removed unused code.
Diffstat (limited to 'resource/ui/hudcurrencyaccount.res')
| -rw-r--r-- | resource/ui/hudcurrencyaccount.res | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resource/ui/hudcurrencyaccount.res b/resource/ui/hudcurrencyaccount.res index 5437b3c..5d89d54 100644 --- a/resource/ui/hudcurrencyaccount.res +++ b/resource/ui/hudcurrencyaccount.res @@ -19,17 +19,18 @@ "CurrencyBG" { - "ControlName" "EditablePanel" + "ControlName" "ImagePanel" "fieldName" "CurrencyBG" "xpos" "0" "ypos" "0" "zpos" "0" "wide" "100" "tall" "20" + "autoResize" "0" + "pinCorner" "0" "visible" "1" "enabled" "1" - "bgcolor_override" "TransparentBlack" - "PaintBackgroundType" "2" + "fillcolor" "TransparentBlack" } "CurrencyLabel" |
