summaryrefslogtreecommitdiff
path: root/customizations/player_model/hudplayerclass.res
diff options
context:
space:
mode:
Diffstat (limited to 'customizations/player_model/hudplayerclass.res')
-rw-r--r--customizations/player_model/hudplayerclass.res107
1 files changed, 107 insertions, 0 deletions
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