1
Fork 0
This repository has been archived on 2025-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
tf2-2012-menu/mod/resource/ui/globalchat.res
2022-10-11 21:43:10 -04:00

121 lines
No EOL
2.2 KiB
Text

"Resource/UI/GlobalChat.res"
{
"partychat"
{
"fieldName" "partychat"
"visible" "1"
"enabled" "1"
"xpos" "rs1-347"
"ypos" "10"
"zpos" "1001"
"wide" "188"
"tall" "190"
"keyboardinputenabled" "1"
"mouseinputenabled" "1"
"border" "QuickplayBorder"
"log_font_small" "HudFontSmall"
"log_font_medium" "HudFontMediumSmallSecondary"
"log_font_large" "HudFontMediumSecondary"
"chat_color_default" "255 255 255 255"
"chat_color_player_name" "255 255 0 255"
"chat_color_chat_text" "255 255 255 255"
"chat_color_party_event" "Orange"
"collapsed_height" "0"
"expanded_height" "190"
"resize_time" "0.3"
"invalidate_parent_on_resize" "0"
}
"chatlog"
{
// "ControlName" "richtext"
"fieldName" "chatlog"
"xpos" "cs-0.5"
"ypos" "10"
"zpos" "1"
"wide" "f0"
"tall" "f20"
"visible" "1"
"RoundedCorners" "0"
"font" "HudFontSmallest"
"bgcolor_override" "0 0 0 50"
"pinCorner" "0"
"autoResize" "1"
"ScrollBar"
{
"FieldName" "ScrollBar"
"xpos" "rs1-1"
"ypos" "0"
"tall" "f0"
"wide" "5" // This gets slammed from client schme. GG.
"zpos" "1000"
"nobuttons" "1"
"proportionaltoparent" "1"
"Slider"
{
"fgcolor_override" "TanLight"
}
"UpButton"
{
"ControlName" "Button"
"FieldName" "UpButton"
"visible" "0"
}
"DownButton"
{
"ControlName" "Button"
"FieldName" "DownButton"
"visible" "0"
}
}
}
"chatentry"
{
// "ControlName" "TextEntry"
"fieldName" "chatentry"
"xpos" "rs1-348"
"ypos" "324"
"zpos" "1"
"wide" "187"
"tall" "16"
"visible" "1"
"bgcolor_override" "0 0 0 255"
"RoundedCorners" "0"
"font" "HudFontSmallest"
"alpha" "0"
"mouseinputenabled" "0"
"pinCorner" "2"
//"autoResize" "1"
}
"EntryShadow"
{
"ControlName" "Panel"
"fieldName" "EntryShadow"
"xpos" "cs-0.5"
"ypos" "rs1"
"zpos" "2"
"wide" "f0"
"tall" "15"
"visible" "1"
"bgcolor_override" "0 0 0 0"
"RoundedCorners" "0"
"border" "QuickplayBorder"
"keyboardinputenabled" "0"
"mouseinputenabled" "0"
"pinCorner" "2"
}
}