1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 13:41:46 +00:00
doghud/resource/ui/hudarenaplayercount.res

196 lines
4.5 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/HudArenaPlayerCount.res"
{
"BlueTeam"
{
"ControlName" "EditablePanel"
"fieldName" "BlueTeam"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "80"
"tall" "25"
"visible" "1"
"PlayerIcon"
{
"ControlName" "CExLabel"
"fieldName" "PlayerIcon"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Symbols 18"
"labelText" "P"
"textAlignment" "center"
"fgcolor" "Blue"
}
"PlayerIconShadow"
{
"ControlName" "CExLabel"
"fieldName" "PlayerIconShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Symbols 18 Blur"
"labelText" "P"
"textAlignment" "center"
"fgcolor" "Shadow"
"pin_to_sibling" "PlayerIcon"
}
"Count"
{
"ControlName" "CExLabel"
"fieldName" "Count"
"xpos" "0"
"ypos" "1"
"zpos" "2"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Size 18"
"labelText" "%blue_alive%"
"textAlignment" "west"
"fgcolor" "White"
"pin_to_sibling" "PlayerIcon"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_RIGHT"
}
"CountShadow"
{
"ControlName" "CExLabel"
"fieldName" "CountShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Size 18 Blur"
"labelText" "%blue_alive%"
"textAlignment" "west"
"fgcolor" "Shadow"
"pin_to_sibling" "Count"
}
"playerimage"
{
"ControlName" "ImagePanel"
"fieldName" "playerimage"
"xpos" "9999"
}
}
"RedTeam"
{
"ControlName" "EditablePanel"
"fieldName" "RedTeam"
"xpos" "0"
"ypos" "18"
"zpos" "0"
"wide" "80"
"tall" "25"
"visible" "1"
"PlayerIcon"
{
"ControlName" "CExLabel"
"fieldName" "PlayerIcon"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Symbols 18"
"labelText" "P"
"textAlignment" "center"
"fgcolor" "Red"
}
"PlayerIconShadow"
{
"ControlName" "CExLabel"
"fieldName" "PlayerIconShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Symbols 18 Blur"
"labelText" "P"
"textAlignment" "center"
"fgcolor" "Shadow"
"pin_to_sibling" "PlayerIcon"
}
"Count"
{
"ControlName" "CExLabel"
"fieldName" "Count"
"xpos" "0"
"ypos" "1"
"zpos" "2"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Size 18"
"labelText" "%red_alive%"
"textAlignment" "west"
"fgcolor" "White"
"pin_to_sibling" "PlayerIcon"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_RIGHT"
}
"CountShadow"
{
"ControlName" "CExLabel"
"fieldName" "CountShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "40"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"font" "Size 18 Blur"
"labelText" "%red_alive%"
"textAlignment" "west"
"fgcolor" "Shadow"
"pin_to_sibling" "Count"
}
"playerimage"
{
"ControlName" "ImagePanel"
"fieldName" "playerimage"
"xpos" "9999"
}
}
}