diff options
| author | Igor Nikitin <[email protected]> | 2017-09-11 09:09:14 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-11 09:09:14 -0400 |
| commit | e06245bfab8bae9c1ba3888f7102820c39dd4bbc (patch) | |
| tree | e20466fe4d95457a655d189b67c8c0f808a636d2 /scripts | |
| parent | 7a4e62e568856b5764dc0875387dd9eb16dabcb3 (diff) | |
Fixed the chat window changing position
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/HudAnimations_custom.txt | 8 |
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 { } |
