summaryrefslogtreecommitdiff
path: root/resource/ui/HudArenaPlayerCount.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/HudArenaPlayerCount.res')
-rw-r--r--resource/ui/HudArenaPlayerCount.res174
1 files changed, 174 insertions, 0 deletions
diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res
new file mode 100644
index 0000000..20d0f0f
--- /dev/null
+++ b/resource/ui/HudArenaPlayerCount.res
@@ -0,0 +1,174 @@
+"Resource/UI/HudArenaPlayerCount.res"
+{
+ "blueteam"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "blueteam"
+ "xpos" "c-55"
+ "ypos" "-7"
+ "zpos" "0"
+ "wide" "60"
+ "tall" "30"
+ "visible" "1"
+
+ "background"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "background"
+ "xpos" "5"
+ "ypos" "7"
+ "zpos" "0"
+ "wide" "50"
+ "tall" "23"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/color_panel_blu"
+
+ "src_corner_height" "23" // pixels inside the image
+ "src_corner_width" "23"
+
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "0"
+ }
+
+ "count"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "count"
+ "xpos" "23"
+ "ypos" "6"
+ "zpos" "2"
+ "wide" "30"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "font" "Cerbetica24"
+ "labelText" "%blue_alive%"
+ "textAlignment" "center"
+ "fgcolor" "TanLight"
+ }
+ "countshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "countshadow"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "1"
+ "wide" "30"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontMedium"
+ "labelText" "%blue_alive%"
+ "textAlignment" "center"
+ "fgcolor" "Black"
+ }
+
+ "playerimage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "playerimage"
+ "xpos" "12"
+ "ypos" "10"
+ "zpos" "3"
+ "wide" "8"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "image" "capture_icon_white"
+ "scaleImage" "1"
+ }
+ }
+
+ "redteam"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "redteam"
+ "xpos" "c-5"
+ "ypos" "-7"
+ "zpos" "0"
+ "wide" "60"
+ "tall" "30"
+ "visible" "1"
+
+ "background"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "background"
+ "xpos" "5"
+ "ypos" "7"
+ "zpos" "0"
+ "wide" "50"
+ "tall" "23"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/color_panel_red"
+
+ "src_corner_height" "23" // pixels inside the image
+ "src_corner_width" "23"
+
+ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "0"
+ }
+
+ "count"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "count"
+ "xpos" "23"
+ "ypos" "6"
+ "zpos" "2"
+ "wide" "30"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "font" "Cerbetica24"
+ "labelText" "%red_alive%"
+ "textAlignment" "center"
+ "fgcolor" "TanLight"
+ }
+ "countshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "countshadow"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "1"
+ "wide" "30"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontMedium"
+ "labelText" "%red_alive%"
+ "textAlignment" "center"
+ "fgcolor" "Black"
+ }
+
+ "playerimage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "playerimage"
+ "xpos" "12"
+ "ypos" "10"
+ "zpos" "3"
+ "wide" "8"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "image" "capture_icon_white"
+ "scaleImage" "1"
+ }
+ }
+}