From 5752f38cce9d4623dbb13e13a3c7d466aae7c3e6 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 30 Dec 2020 15:03:56 -0500 Subject: Added Carrying Weapon panel --- .../player_model/hudplayerclass-left.res | 5 + customizations/player_model/hudplayerclass.res | 107 +++++++++++++++++++++ 2 files changed, 112 insertions(+) (limited to 'customizations') diff --git a/customizations/player_model/hudplayerclass-left.res b/customizations/player_model/hudplayerclass-left.res index efe75e4..ab0c98f 100644 --- a/customizations/player_model/hudplayerclass-left.res +++ b/customizations/player_model/hudplayerclass-left.res @@ -131,4 +131,9 @@ } } } + + "CarryingWeapon" + { + "xpos" "100" + } } \ No newline at end of file diff --git a/customizations/player_model/hudplayerclass.res b/customizations/player_model/hudplayerclass.res index 8c32909..d476dab 100644 --- a/customizations/player_model/hudplayerclass.res +++ b/customizations/player_model/hudplayerclass.res @@ -196,4 +196,111 @@ } } } + + "CarryingWeapon" + { + "ControlName" "EditablePanel" + "fieldName" "CarryingWeapon" + "xpos" "r250" + "ypos" "r20" + "zpos" "100" + "wide" "500" + "tall" "28" + "bgcolor_override" "Transparent" + "PaintBackgroundType" "2" + + "CarryingBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "CarryingBackground" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "p1" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "proportionaltoparent" "1" + + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "5" + "draw_corner_height" "5" + } + + "CarryingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CarryingLabel" + "font" "ReplayBrowserSmallest" + "xpos" "5" + "ypos" "3" + "zpos" "1" + "wide" "200" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + "labelText" "%carrying%" + } + + "CarryingLabelDropShadow" + { + "ControlName" "CExLabel" + "fieldName" "CarryingLabelDropShadow" + "font" "ReplayBrowserSmallest" + "xpos" "p0.011" + "ypos" "p0.12" + "zpos" "0" + "wide" "200" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + "fgcolor_override" "Black" + "labelText" "%carrying%" + } + + "OwnerLabel" + { + "ControlName" "Label" + "fieldName" "OwnerLabel" + "font" "FontStoreOriginalPrice" + "xpos" "5" + "ypos" "14" + "zpos" "0" + "wide" "200" + "tall" "f0" + "wide_minmode" "0" + "tall_minmode" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + } + } } \ No newline at end of file -- cgit v1.2.3