diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
| commit | 54c716614a85791c499672f27c404a71e6bf187e (patch) | |
| tree | ee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/hudarenaplayercount.res | |
| parent | 9f90bde42f138a30d5923b0af185f6edf08f37ac (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/hudarenaplayercount.res')
| -rw-r--r-- | resource/ui/hudarenaplayercount.res | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/resource/ui/hudarenaplayercount.res b/resource/ui/hudarenaplayercount.res new file mode 100644 index 0000000..aab90b6 --- /dev/null +++ b/resource/ui/hudarenaplayercount.res @@ -0,0 +1,166 @@ +"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 |
