summaryrefslogtreecommitdiff
path: root/resource/ui/HudAccountPanel.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-07-08 15:46:53 -0400
committerCriticalFlaw <[email protected]>2018-07-08 15:46:53 -0400
commite4ca67901da0a8b3d289f0b39b17925e6ebddfaf (patch)
tree902a784b2b902a22f63d271f27af0967beb008b0 /resource/ui/HudAccountPanel.res
parentf4f2e2e505e5c77247c76fb7f1b0ca870113f739 (diff)
Leftover Changes, see notes
- Fixed navigation buttons not displaying correctly (A and D instead of arrows) - Pinned various shadow labels to their parent labels - Updated to use higher quality images where applicable - Fixed the tournament stopwatch panel - Fixed the competitive MMR value not being positioned correctly - Fixed a console error in hudanimations - Updated the backpack page
Diffstat (limited to 'resource/ui/HudAccountPanel.res')
-rw-r--r--resource/ui/HudAccountPanel.res14
1 files changed, 9 insertions, 5 deletions
diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res
index 355a75e..389c326 100644
--- a/resource/ui/HudAccountPanel.res
+++ b/resource/ui/HudAccountPanel.res
@@ -101,13 +101,13 @@
"font" "Cerbetica24"
"font_minmode" "Cerbetica20"
}
- "AccountValueBackground"
+
+ "AccountValueShadow"
{
"ControlName" "CExLabel"
- "fieldName" "AccountValueBackgorund"
- "xpos" "2"
- "ypos" "113"
- "ypos_minmode" "63"
+ "fieldName" "AccountValueShadow"
+ "xpos" "-1"
+ "ypos" "-1"
"zpos" "2"
"wide" "55"
"tall" "26"
@@ -123,5 +123,9 @@
"font" "Cerbetica24"
"font_minmode" "Cerbetica20"
"fgcolor" "TransparentBlack"
+
+ "pin_to_sibling" "AccountValue"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
}
} \ No newline at end of file