1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 21:51:46 +00:00
doghud/resource/ui/hudminigame_base.res

193 lines
4.6 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/HudMiniGame_Base.res"
{
"BlackTransparentBG"
{
"ControlName" "CExImageButton"
"fieldName" "BlackTransparentBG"
"xpos" "cs-0.5"
"ypos" "r19"
"zpos" "1"
"wide" "120"
"tall" "22"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"PaintBackground" "0"
"border_default" "MaterialTransparent50"
"textinsety" "99"
"proportionaltoparent" "1"
}
"PlayingTo"
{
"ControlName" "CExLabel"
"fieldName" "PlayingTo"
"xpos" "0"
"ypos" "0"
"zpos" "4"
"wide" "120"
"tall" "16"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PlayingTo"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"AllCaps" "1"
"font" "Size 8"
"fgcolor" "White"
"pin_to_sibling" "BlackTransparentBG"
"pin_corner_to_sibling" "PIN_CENTER_BOTTOM"
"pin_to_sibling_corner" "PIN_CENTER_BOTTOM"
}
"BlueScoreBG"
{
"ControlName" "CExImageButton"
"fieldName" "BlueScoreBG"
"xpos" "0"
"ypos" "-11"
"zpos" "2"
"wide" "65"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"PaintBackground" "0"
"border_default" "MaterialBlue"
"textinsety" "99"
"pin_to_sibling" "BlackTransparentBG"
"pin_corner_to_sibling" "PIN_BOTTOMLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"BlueScore"
{
"ControlName" "CExLabel"
"fieldName" "BlueScore"
"xpos" "-5"
"ypos" "0"
"zpos" "10"
"wide" "59"
"tall" "20"
"visible" "1"
"enabled" "1"
"textAlignment" "west"
"labelText" "%bluescore%"
"font" "Size 18"
"fgcolor" "White"
"pin_to_sibling" "BlueScoreBG"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_LEFT"
}
"BlueScoreShadow"
{
"ControlName" "CExLabel"
"fieldName" "BlueScoreShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "9"
"wide" "59"
"tall" "20"
"visible" "1"
"enabled" "1"
"textAlignment" "west"
"labelText" "%bluescore%"
"font" "Size 18 Blur"
"fgcolor" "Shadow"
"pin_to_sibling" "BlueScore"
}
"RedScoreBG"
{
"ControlName" "CExImageButton"
"fieldName" "RedScoreBG"
"xpos" "0"
"ypos" "-11"
"zpos" "2"
"wide" "65"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"PaintBackground" "0"
"border_default" "MaterialRed"
"textinsety" "99"
"pin_to_sibling" "BlackTransparentBG"
"pin_corner_to_sibling" "PIN_BOTTOMRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}
"RedScore"
{
"ControlName" "CExLabel"
"fieldName" "RedScore"
"xpos" "-5"
"ypos" "0"
"zpos" "10"
"wide" "59"
"tall" "20"
"visible" "1"
"enabled" "1"
"textAlignment" "east"
"labelText" "%redscore%"
"font" "Size 18"
"fgcolor" "White"
"pin_to_sibling" "RedScoreBG"
"pin_corner_to_sibling" "PIN_CENTER_RIGHT"
"pin_to_sibling_corner" "PIN_CENTER_RIGHT"
}
"RedScoreShadow"
{
"ControlName" "CExLabel"
"fieldName" "RedScoreShadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "9"
"wide" "59"
"tall" "20"
"visible" "1"
"enabled" "1"
"textAlignment" "east"
"labelText" "%redscore%"
"font" "Size 18 Blur"
"fgcolor" "Shadow"
"pin_to_sibling" "RedScore"
}
//REMOVED
"LeftSideBG"
{
"ControlName" "ImagePanel"
"fieldName" "LeftSideBG"
"xpos" "9999"
}
"RightSideBG"
{
"ControlName" "ImagePanel"
"fieldName" "RightSideBG"
"xpos" "9999"
}
"OutlineBG"
{
"ControlName" "ImagePanel"
"fieldName" "OutlineBG"
"xpos" "9999"
}
"PlayingToBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayingToBG"
"xpos" "9999"
}
"GameImage"
{
"ControlName" "ImagePanel"
"fieldName" "GameImage"
"xpos" "9999"
}
}