diff --git a/ChatTwo/Ui/SeStringDebugger.cs b/ChatTwo/Ui/SeStringDebugger.cs index 74664e7..4673ffd 100644 --- a/ChatTwo/Ui/SeStringDebugger.cs +++ b/ChatTwo/Ui/SeStringDebugger.cs @@ -41,14 +41,14 @@ public class SeStringDebugger : Window ImGui.TextUnformatted("SeString Content"); ImGui.Spacing(); - if (Plugin.Store.LastMessage.Message == null) + if (Plugin.Store.LastMessage.Sender == null) { ImGui.TextUnformatted("Nothing to show"); return; } // TODO: Make SeString freely selectable through chat - foreach (var payload in Plugin.Store.LastMessage.Message.Payloads) + foreach (var payload in Plugin.Store.LastMessage.Sender.Payloads) { switch (payload) { diff --git a/ChatTwo/images/chatWindow.png b/ChatTwo/images/chatWindow.png index 715717e..a982c4f 100644 Binary files a/ChatTwo/images/chatWindow.png and b/ChatTwo/images/chatWindow.png differ diff --git a/ChatTwo/images/withSimpleTweaks.png b/ChatTwo/images/withSimpleTweaks.png new file mode 100644 index 0000000..9c15d4d Binary files /dev/null and b/ChatTwo/images/withSimpleTweaks.png differ diff --git a/README.md b/README.md index f2a51b9..a1a421f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Chat 2 #### Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪ -Chat 2 is a complete rewrite of the in-game chat window as a plugin. +Chat 2 is a complete rewrite of the in-game chat window as a plugin. It supports: - Unlimited tabs @@ -18,13 +18,16 @@ It supports: ### Chat Window ![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png) +### With SimpleTweaks "Chat Name Colors" +![withSimpleTweaks.png](ChatTwo%2Fimages%2FwithSimpleTweaks.png) + --- ### IPC Integration -Other plugins can easily integrate their functionality into the context menu of chat2 +Other plugins can easily integrate their functionality into the context menu of chat2 For more infos read [ipc.md](ipc.md) --- ### Thanks to -The original dev Anna~ \ No newline at end of file +The original dev Anna~