diff options
| author | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-09 16:08:53 -0500 |
| commit | b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 (patch) | |
| tree | db478a5395093809c203afb62167e70a99631344 /resource/ui/HudAccountPanel.res | |
| parent | fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 (diff) | |
Updated HUD Files
- Updated colors to use the schema instead of RGB codes
- Removed unused or redundant code
- Added shadows to certain elements
- Corrected element names, reorganized some files
- Pinned some elements to their parent elements
- Fixed elements referencing non-existing colors or fonts
Diffstat (limited to 'resource/ui/HudAccountPanel.res')
| -rw-r--r-- | resource/ui/HudAccountPanel.res | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res index 389c326..185f0e1 100644 --- a/resource/ui/HudAccountPanel.res +++ b/resource/ui/HudAccountPanel.res @@ -66,9 +66,8 @@ { "ControlName" "CIconPanel" "fieldName" "MetalIconBackground" - "xpos" "1" - "ypos" "121" - "ypos_minmode" "71" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "10" "tall" "10" @@ -77,6 +76,10 @@ "scaleImage" "1" "icon" "ico_metal" "iconColor" "TransparentBlack" + + "pin_to_sibling" "MetalIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "AccountValue" |
