diff options
| author | CriticalFlaw <[email protected]> | 2018-07-08 15:46:53 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-08 15:46:53 -0400 |
| commit | e4ca67901da0a8b3d289f0b39b17925e6ebddfaf (patch) | |
| tree | 902a784b2b902a22f63d271f27af0967beb008b0 /resource/ui/itemselectionpanel.res | |
| parent | f4f2e2e505e5c77247c76fb7f1b0ca870113f739 (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/itemselectionpanel.res')
| -rw-r--r-- | resource/ui/itemselectionpanel.res | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index 26e9709..bcce6e0 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -36,7 +36,6 @@ "text_center" "0" "text_yoffset" "2" "inset_eq_y" "55" - "deferred_description" "1" "deferred_icon" "1" } @@ -48,7 +47,7 @@ "wide" "54" "tall" "42" "visible" "0" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "noitem_textcolor" "117 107 94 255" "PaintBackgroundType" "2" "paintborder" "1" @@ -63,14 +62,13 @@ "inset_eq_x" "4" "inset_eq_y" "2" - "deferred_description" "1" "itemmodelpanel" { "use_item_rendertarget" "0" - "allow_rot" "0" "inventory_image_type" "1" + "allow_rot" "0" } "use_item_sounds" "1" @@ -91,7 +89,7 @@ "CaratLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CaratLabel" "font" "Cerbetica16" "labelText" ">>" @@ -146,7 +144,7 @@ "NameFilterTextEntry" { - "ControlName" "TextEntry" + "ControlName" "TextEntry" "fieldName" "NameFilterTextEntry" "xpos" "c+205" "ypos" "30" @@ -200,7 +198,7 @@ "ItemSlotLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ItemSlotLabel" "font" "HudFontMediumBold" "labelText" "#PrimaryWeapon" @@ -354,7 +352,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "&A" - "font" "HudFontSmallBold" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -408,7 +406,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "&D" - "font" "HudFontSmallBold" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
