summaryrefslogtreecommitdiff
path: root/resource/ui/basechat-base.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-07-03 15:09:07 -0400
committerCriticalFlaw <[email protected]>2021-07-03 15:09:07 -0400
commit1465593a280be1066fb916834090fce515deba2d (patch)
treeaf807bf481a3ff66398bc0b3a706c7007b136798 /resource/ui/basechat-base.res
parent6503b7feb5cab0e877e0470dc351bf309a261004 (diff)
Added Streamer Mode (#167)
- Added files for Streamer Mode. The user will have to remove the _ from #customizations/_streamermode or use the editor to enable this feature.
Diffstat (limited to 'resource/ui/basechat-base.res')
-rw-r--r--resource/ui/basechat-base.res68
1 files changed, 68 insertions, 0 deletions
diff --git a/resource/ui/basechat-base.res b/resource/ui/basechat-base.res
new file mode 100644
index 0000000..e57ab51
--- /dev/null
+++ b/resource/ui/basechat-base.res
@@ -0,0 +1,68 @@
+"Resource/UI/BaseChat.res"
+{
+ "HudChat"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HudChat"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "5"
+ "ypos" "25"
+ "wide" "210"
+ "tall" "100"
+ "PaintBackgroundType" "0"
+ "bgcolor_override" "0 0 0 255"
+ }
+
+ ChatInputLine
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ChatInputLine"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "10"
+ "ypos" "395"
+ "wide" "160"
+ "tall" "0"
+ "PaintBackgroundType" "0"
+ }
+
+ "ChatFiltersButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "ChatFiltersButton"
+ "xpos" "173"
+ "ypos" "87"
+ "wide" "33"
+ "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" "0"
+ "ypos" "0"
+ "wide" "210"
+ "tall" "75"
+ "wrap" "1"
+ "autoResize" "1"
+ "pinCorner" "1"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "south-west"
+ "font" "ChatFont"
+ "maxchars" "-1"
+ }
+} \ No newline at end of file