diff options
| author | CriticalFlaw <[email protected]> | 2020-12-30 15:03:56 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-30 15:03:56 -0500 |
| commit | 5752f38cce9d4623dbb13e13a3c7d466aae7c3e6 (patch) | |
| tree | edebad9d772eab5f2b4484129d75f4fcf31340dc | |
| parent | e0f728581ba5d7ca0d7ea06b015c36e189993664 (diff) | |
Added Carrying Weapon panel
| -rw-r--r-- | customizations/player_model/hudplayerclass-left.res | 5 | ||||
| -rw-r--r-- | customizations/player_model/hudplayerclass.res | 107 |
2 files changed, 112 insertions, 0 deletions
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 |
