From 025107ff5f5d4039544ba9289d1035fc032ea60c Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 3 Apr 2024 04:12:47 +0200 Subject: [PATCH] Make typing indicator shaded (#26678) --- Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs index 8cbfe7bb2e..63008c6e08 100644 --- a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs @@ -23,6 +23,6 @@ public sealed partial class TypingIndicatorPrototype : IPrototype public Vector2 Offset = new(0, 0); [DataField("shader")] - public string Shader = "unshaded"; + public string Shader = "shaded"; } -- 2.52.0