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/MvMCreditSubPanel.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/MvMCreditSubPanel.res')
| -rw-r--r-- | resource/ui/MvMCreditSubPanel.res | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/resource/ui/MvMCreditSubPanel.res b/resource/ui/MvMCreditSubPanel.res index 4a026af..bc00cc8 100644 --- a/resource/ui/MvMCreditSubPanel.res +++ b/resource/ui/MvMCreditSubPanel.res @@ -11,13 +11,13 @@ "ypos" "0" "wide" "300" "tall" "15" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "TableBackground" { "ControlName" "EditablePanel" - "fieldName" "TestBackground" + "fieldName" "TableBackground" "xpos" "0" "ypos" "14" "zpos" "-1" @@ -38,7 +38,7 @@ "ypos" "15" "wide" "70" "tall" "12" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CreditCollectedCountLabel" @@ -66,7 +66,7 @@ "ypos" "27" "wide" "70" "tall" "12" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CreditMissedCountLabel" @@ -86,7 +86,7 @@ "CreditBonusTextLabel" { "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" + "fieldName" "CreditBonusTextLabel" "font" "HudFontSmall" "labelText" "#TF_PVE_Bonus" "textAlignment" "north-west" @@ -94,13 +94,13 @@ "ypos" "39" "wide" "70" "tall" "12" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CreditBonusCountLabel" { "ControlName" "CExLabel" - "fieldName" "CreditCollectedCountLabel" + "fieldName" "CreditBonusCountLabel" "font" "HudFontSmall" "labelText" "%creditbonus%" "textAlignment" "north-east" @@ -114,7 +114,7 @@ "CreditRatingLabel" { "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" + "fieldName" "CreditRatingLabel" "font" "HudFontMediumBold" "labelText" "%rating%" "textAlignment" "center" @@ -123,21 +123,6 @@ "zpos" "1" "wide" "70" "tall" "20" - "fgcolor" "tanlight" - } - - "CreditRatingLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "CreditRatingLabelShadow" - "font" "HudFontMediumBold" - "labelText" "%ratingshadow%" - "textAlignment" "center" - "xpos" "126" - "ypos" "26" - "zpos" "0" - "wide" "70" - "tall" "20" - "fgcolor" "Black" + "fgcolor" "TanLight" } }
\ No newline at end of file |
