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

42 lines
940 B
Plaintext
Raw Permalink Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/notifications/base_notification.res"
{
"Notification_Label"
{
"ControlName" "CExLabel"
"fieldName" "Notification_Label"
"font" "Size 10"
"xpos" "cs-0.5"
"ypos" "0"
"zpos" "1"
"wide" "200"
"tall" "20"
"visible" "1"
"enabled" "1"
"AllCaps" "1"
"labelText" "60 seconds until gates open"
"textAlignment" "center"
"fgcolor" "White"
"proportionaltoparent" "1"
}
"Notification_Background"
{
"ControlName" "CImagePanel"
"fieldName" "Notification_Background"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}
"Notification_Icon"
{
"ControlName" "CIconPanel"
"fieldName" "Notification_Icon"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
}
}