summaryrefslogtreecommitdiff
path: root/resource/ui
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui')
-rw-r--r--resource/ui/MainMenuOverride.res2
-rw-r--r--resource/ui/basechat.res68
2 files changed, 69 insertions, 1 deletions
diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res
index c710f51..98fdc1a 100644
--- a/resource/ui/MainMenuOverride.res
+++ b/resource/ui/MainMenuOverride.res
@@ -1775,7 +1775,7 @@
"ControlName" "CExLabel"
"fieldname" "VersionNumber"
"font" "Cerbetica14"
- "labelText" "v2017.10.28"
+ "labelText" "v2017.10.29"
"xpos" "r55"
"ypos" "r13"
"wide" "80"
diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res
new file mode 100644
index 0000000..156bec9
--- /dev/null
+++ b/resource/ui/basechat.res
@@ -0,0 +1,68 @@
+"Resource/UI/BaseChat.res"
+{
+ "HudChat"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HudChat"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "3"
+ "ypos" "30"
+ "wide" "240"
+ "tall" "120"
+ "PaintBackgroundType" "0"
+ }
+
+ ChatInputLine
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ChatInputLine"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "3"
+ "ypos" "395"
+ "wide" "237"
+ "tall" "0"
+ "PaintBackgroundType" "0"
+ }
+
+ "ChatFiltersButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "ChatFiltersButton"
+ "xpos" "202"
+ "ypos" "0"
+ "wide" "33"
+ "tall" "8"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "0"
+ "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" "242"
+ "tall" "75"
+ "wrap" "1"
+ "autoResize" "1"
+ "pinCorner" "1"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "south-west"
+ "font" "ChatFont"
+ "maxchars" "-1"
+ }
+}
+