-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This QoL update adds a handy way to show/hide the chat log by pressing a button. - You may also optionally allow it (via game settings) to auto-show the chat log when pressing enter to chat or auto-hide it when pressing esc to un-focus the chat box. - This QoL update also adds the ability to clear the entire chat log by pressing a button. - Chore: fixed some code typos in Chatbox.cs - Chore (GetDefaultInputText): removed unnecessary "else" keywords, these conditions already *return* by their own. - Fix (GetDefaultInputText): properly uses the previously unused localized string "Chatbox.enterchat2" - this is used for whenever the user has two configured keys for chatting.
- Loading branch information
Showing
4 changed files
with
99 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters