From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:12:47 +0000 (+0200) Subject: Make typing indicator shaded (#26678) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=025107ff5f5d4039544ba9289d1035fc032ea60c;p=space-station-14.git Make typing indicator shaded (#26678) --- 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"; }