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

56 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/MatchMakingTooltip.res"
{
"TooltipPanel"
{
// "ControlName" "EditablePanel"
"fieldName" "TooltipPanel"
"xpos" "0"
"ypos" "0"
"zpos" "30000"
"wide" "300"
"tall" "100"
"visible" "0"
"PaintBackgroundType" "0"
"border" "MaterialBlackLight"
"mouseinputenabled" "0"
"TipLabel"
{
"ControlName" "CExLabel"
"fieldName" "TipLabel"
if_small
{
"font" "Size 9"
}
if_medium
{
"font" "Size 14"
}
if_large
{
"font" "Size 14"
}
"labelText" "%tiptext%"
"textAlignment" "center"
"xpos" "10"
"ypos" "10"
"zpos" "2"
"wide" "140"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "White"
"auto_wide_tocontents" "1"
"auto_tall_tocontents" "1"
"wrap" "1"
"alpha" "255"
}
}
}