From 783b64ea74401b3addb565dfeafd131c5ee1561f Mon Sep 17 00:00:00 2001 From: achowdhury123 Date: Wed, 14 Apr 2021 20:00:39 -0400 Subject: [PATCH] Update DESIGN.md --- DESIGN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESIGN.md b/DESIGN.md index 04d9be321..ac9ac6b32 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -86,6 +86,8 @@ 7) ChatPanel.tsx >• Added this component that is the main chat window +>• Added a saveChat function that allows the user to save all messages and the people who sent them in the existing chat window into a textfile downloaded to their computer +>• Added logic to pause and unpause game whenever the Chat Input command is toggled in order to avoid player movement while typing out messages 8) ChatCrypto.ts >• Added this file that handles the encryption and decryption of private and proximity messages