Make typing indicator shaded (#26678)

This commit is contained in:
lzk
2024-04-03 04:12:47 +02:00
committed by GitHub
parent bd5031fd9e
commit 025107ff5f

View 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";
}