summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/HudArenaPlayerCount.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2012-12-10 20:08:22 -0600
committerRaysFire <[email protected]>2012-12-10 20:08:22 -0600
commit3a9cb7447bb27114d7298a68d83d25ec499c1d2d (patch)
tree829f26b7dbe7155f2a16511356c4dad1ad6d5b2f /minmode/resource/ui/HudArenaPlayerCount.res
parentbc682d70ef82b455ec00b4e7820c3942f395733d (diff)
Added in a minmode!
Diffstat (limited to 'minmode/resource/ui/HudArenaPlayerCount.res')
-rw-r--r--minmode/resource/ui/HudArenaPlayerCount.res174
1 files changed, 174 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudArenaPlayerCount.res b/minmode/resource/ui/HudArenaPlayerCount.res
new file mode 100644
index 0000000..20d0f0f
--- /dev/null
+++ b/minmode/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"
+ }
+ }
+}