Skip to content

Instantly share code, notes, and snippets.

@crescentrose
Last active September 25, 2015 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crescentrose/4808fb9914ab2748a800 to your computer and use it in GitHub Desktop.
Save crescentrose/4808fb9914ab2748a800 to your computer and use it in GitHub Desktop.
Hudas Iscariote lowered chat - http://hudas.kinevonetwork.com
"Resource/UI/BaseChat.res"
{
"HudChat"
{
"ControlName" "EditablePanel"
"fieldName" "HudChat"
"visible" "1"
"enabled" "1"
"xpos" "10"
"ypos" "260"
"wide" "242"
"tall" "120"
"fgcolor" "234 234 234 255"
"PaintBackgroundType" "2"
}
ChatInputLine
{
"ControlName" "EditablePanel"
"fieldName" "ChatInputLine"
"visible" "1"
"enabled" "1"
"xpos" "7"
"ypos" "395"
"wide" "228"
"tall" "2"
"PaintBackgroundType" "0"
}
"ChatFiltersButton"
{
"ControlName" "Button"
"fieldName" "ChatFiltersButton"
"xpos" "208"
"ypos" "0"
"wide" "27"
"tall" "8"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#chat_filterbutton"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}
"HudChatHistory"
{
"ControlName" "RichText"
"fieldName" "HudChatHistory"
"xpos" "7"
"ypos" "8"
"wide" "228"
"tall" "75"
"wrap" "1"
"autoResize" "1"
"pinCorner" "1"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "south-west"
"font" "ChatFont"
"maxchars" "-1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment