custom/toonhud/resource/ui/streampanel.res

154 lines
3.0 KiB
Plaintext
Raw Normal View History

2022-09-15 19:42:31 -03:00
"Resource/UI/StreamPanel.res"
{
"LoadingPanel"
{
"ControlName" "EditablePanel"
"fieldName" "LoadingPanel"
"xpos" "0"
"ypos" "0"
"zpos" "15"
"wide" "f0"
"tall" "f0"
"visible" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"SpinnerImage"
{
"ControlName" "ImagePanel"
"fieldName" "PreviewImage"
"xpos" "20"
"ypos" "0"
"zpos" "1"
"wide" "50"
"tall" "50"
"visible" "1"
"enable" "1"
"scaleImage" "1"
"image" "animated/tf2_logo_hourglass"
"proportionaltoparent" "1"
}
"DescriptionLabel"
{
"ControlName" "CExLabel"
"fieldName" "DescriptionLabel"
"font" "HudFontSmallestBold"
"labelText" "#MMenu_Stream_Loading"
"textAlignment" "west"
"xpos" "90"
"ypos" "0"
"wide" "f0"
"tall" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "56 53 49 255"
"proportionaltoparent" "1"
}
}
"PreviewImage"
{
"ControlName" "ImagePanel"
"fieldName" "PreviewImage"
"xpos" "8"
"ypos" "3"
"zpos" "11"
"wide" "80"
"tall" "50"
"visible" "1"
"enable" "1"
"scaleImage" "0"
"mouseinputenabled" "0"
}
"DisplayNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "DisplayNameLabel"
"font" "G_FontSmall_2"
"labelText" "%display_name%"
"textAlignment" "west"
"xpos" "93"
"ypos" "5"
"wide" "199"
"tall" "12"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "56 53 49 255"
"zpos" "10"
"mouseinputenabled" "0"
}
"TextDescriptionLabel"
{
"ControlName" "CExLabel"
"fieldName" "TextDescriptionLabel"
"font" "DefaultVerySmall"
"labelText" "%text_description%"
"textAlignment" "north-west"
"xpos" "93"
"ypos" "18"
"wide" "197"
"tall" "14"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "56 53 49 255"
"zpos" "10"
"mouseinputenabled" "0"
"wrap" "1"
}
"ViewerCountLabel"
{
"ControlName" "CExLabel"
"fieldName" "ViewerCountLabel"
"font" "DefaultVerySmall"
"labelText" "%viewer_count%"
"textAlignment" "west"
"xpos" "93"
"ypos" "33"
"wide" "199"
"tall" "10"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "56 53 49 255"
"zpos" "10"
"mouseinputenabled" "0"
}
"Stream_URLButton"
{
"ControlName" "CExButton"
"fieldName" "Stream_URLButton"
"xpos" "5"
"ypos" "0"
"zpos" "0"
"wide" "290"
"tall" "50"
"autoResize" "0"
"pinCorner" "0"
"labelText" ""
"visible" "1"
"enabled" "0"
"tabPosition" "0"
"default" "1"
"command" "stream"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"border_armed" "SharpWhiteContainer"
"defaultFgColor_override" "0 0 0 0"
"defaultBgColor_override" "0 0 0 0"
"armedFgColor_override" "0 0 0 0"
"armedBgColor_override" "0 0 0 0"
}
2022-09-15 19:34:53 -03:00
}