summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIgor Nikitin <[email protected]>2017-09-11 09:09:14 -0400
committerGitHub <[email protected]>2017-09-11 09:09:14 -0400
commite06245bfab8bae9c1ba3888f7102820c39dd4bbc (patch)
treee20466fe4d95457a655d189b67c8c0f808a636d2 /scripts
parent7a4e62e568856b5764dc0875387dd9eb16dabcb3 (diff)
Fixed the chat window changing position
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HudAnimations_custom.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt
index 1bc9917..1cb6d81 100644
--- a/scripts/HudAnimations_custom.txt
+++ b/scripts/HudAnimations_custom.txt
@@ -202,4 +202,10 @@ event CompetitiveGame_HideDisconnectButton
event CompetitiveGame_ShowDisconnectButton
{
Animate DisconnectButton ypos r30 Accel 0 0.4
-} \ No newline at end of file
+}
+
+//==================================================================================
+// Do not move chat window
+event CompetitiveGame_LowerChatWindow { }
+event CompetitiveGame_RestoreChatWindow { }
+event HudTournament_MoveChatWindow { }