From 53627aa7c3664091e6d58c5698bf8be910d383cf Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 13:22:46 -0400 Subject: Gameplay Fixes - Updated the team and class selection, text chat, killfeed, voice chat, target ID, disguise panel, item meters, spell selection, killstreak, stopwatch, quickswitch, map info, tournament spectator and vote panel. - Fixed the post-match summary page not displaying properly. --- resource/ui/basechat.res | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'resource/ui/basechat.res') diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 9b28b10..ca1d276 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -6,10 +6,10 @@ "fieldName" "HudChat" "visible" "1" "enabled" "1" - "xpos" "3" - "ypos" "30" - "wide" "240" - "tall" "120" + "xpos" "1" + "ypos" "25" + "wide" "210" + "tall" "100" "PaintBackgroundType" "0" } @@ -19,9 +19,9 @@ "fieldName" "ChatInputLine" "visible" "1" "enabled" "1" - "xpos" "3" + "xpos" "10" "ypos" "395" - "wide" "237" + "wide" "190" "tall" "0" "PaintBackgroundType" "0" } @@ -52,7 +52,7 @@ "fieldName" "HudChatHistory" "xpos" "0" "ypos" "0" - "wide" "242" + "wide" "210" "tall" "75" "wrap" "1" "autoResize" "1" -- cgit v1.2.3