]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make typing indicator shaded (#26678)
authorlzk <124214523+lzk228@users.noreply.github.com>
Wed, 3 Apr 2024 02:12:47 +0000 (04:12 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 02:12:47 +0000 (22:12 -0400)
Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs

index 8cbfe7bb2e4f2b81f988d272326623e50f17bbe4..63008c6e08d7727471322595f8bc5ca6a67ec9f5 100644 (file)
@@ -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";
 
 }