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

60 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/HudAlert.res"
{
"AlertLabel"
{
"ControlName" "CExLabel"
"fieldName" "AlertLabel"
"font" "Size 12"
"xpos" "cs-0.5"
"ypos" "80"
"zpos" "2"
"wide" "f0"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"AllCaps" "1"
"wrap" "1"
"centerwrap" "1"
"labelText" ""
"fgcolor" "White"
"textAlignment" "center"
}
"AlertLabelShadow"
{
"ControlName" "CExLabel"
"fieldName" "AlertLabelShadow"
"font" "Size 12 Blur"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "f0"
"tall" "15"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"AllCaps" "1"
"wrap" "1"
"centerwrap" "1"
"labelText" ""
"fgcolor" "Shadow"
"textAlignment" "center"
"pin_to_sibling" "AlertLabel"
}
//REMOVED
"HudAlertBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "HudAlertBG"
"xpos" "9999"
}
"AlertImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "AlertImage"
"xpos" "9999"
}
}