summaryrefslogtreecommitdiff
path: root/resource/ui/HudArenaPlayerCount.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-04-16 10:42:15 -0400
committerGitHub <[email protected]>2019-04-16 10:42:15 -0400
commit309842659d85b00489c26f98f39227dafd9ce1ee (patch)
treeee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/HudArenaPlayerCount.res
parentec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff)
parent54c716614a85791c499672f27c404a71e6bf187e (diff)
Merge pull request #128 from raysfire/temp
Changed All Files to Lowercase
Diffstat (limited to 'resource/ui/HudArenaPlayerCount.res')
-rw-r--r--resource/ui/HudArenaPlayerCount.res166
1 files changed, 0 insertions, 166 deletions
diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res
deleted file mode 100644
index 81c25ae..0000000
--- a/resource/ui/HudArenaPlayerCount.res
+++ /dev/null
@@ -1,166 +0,0 @@
-"Resource/UI/HudArenaPlayerCount.res"
-{
- "blueteam"
- {
- "ControlName" "EditablePanel"
- "fieldName" "blueteam"
- "xpos" "c-46"
- "ypos" "0"
- "zpos" "0"
- "wide" "60"
- "tall" "33"
- "visible" "1"
-
- "background"
- {
- "ControlName" "EditablePanel"
- "fieldName" "background"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "46"
- "tall" "23"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "104 124 155 255"
- }
-
- "count"
- {
- "ControlName" "CExLabel"
- "fieldName" "count"
- "xpos" "13"
- "ypos" "0"
- "zpos" "2"
- "wide" "30"
- "tall" "23"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "CerbeticaBold28"
- "labelText" "%blue_alive%"
- "textAlignment" "east"
- "fgcolor" "TanLight"
- }
- "countshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "countshadow"
- "xpos" "-1"
- "ypos" "-1"
- "zpos" "1"
- "wide" "30"
- "tall" "23"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "CerbeticaBold28"
- "labelText" "%blue_alive%"
- "textAlignment" "east"
- "fgcolor" "TransparentBlack"
-
- "pin_to_sibling" "count"
- "pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPLEFT"
- }
-
- "playerimage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "playerimage"
- "xpos" "3"
- "ypos" "3"
- "zpos" "3"
- "wide" "10"
- "tall" "18"
- "visible" "1"
- "enabled" "1"
- "image" "capture_icon_white"
- "scaleImage" "1"
- }
- }
-
- "redteam"
- {
- "ControlName" "EditablePanel"
- "fieldName" "redteam"
- "xpos" "c0"
- "ypos" "0"
- "zpos" "0"
- "wide" "60"
- "tall" "33"
- "visible" "1"
-
- "background"
- {
- "ControlName" "EditablePanel"
- "fieldName" "background"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "46"
- "tall" "23"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "180 92 77 255"
- }
-
- "count"
- {
- "ControlName" "CExLabel"
- "fieldName" "count"
- "xpos" "3"
- "ypos" "0"
- "zpos" "2"
- "wide" "30"
- "tall" "23"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "CerbeticaBold28"
- "labelText" "%red_alive%"
- "textAlignment" "west"
- "fgcolor" "TanLight"
- }
- "countshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "countshadow"
- "xpos" "-1"
- "ypos" "-1"
- "zpos" "1"
- "wide" "30"
- "tall" "23"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "font" "CerbeticaBold28"
- "labelText" "%red_alive%"
- "textAlignment" "west"
- "fgcolor" "TransparentBlack"
-
- "pin_to_sibling" "count"
- "pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPLEFT"
- }
-
- "playerimage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "playerimage"
- "xpos" "33"
- "ypos" "3"
- "zpos" "3"
- "wide" "10"
- "tall" "18"
- "visible" "1"
- "enabled" "1"
- "image" "capture_icon_white"
- "scaleImage" "1"
- }
- }
-} \ No newline at end of file