Make typing indicator shaded (#26678)
This commit is contained in:
@@ -23,6 +23,6 @@ public sealed partial class TypingIndicatorPrototype : IPrototype
|
|||||||
public Vector2 Offset = new(0, 0);
|
public Vector2 Offset = new(0, 0);
|
||||||
|
|
||||||
[DataField("shader")]
|
[DataField("shader")]
|
||||||
public string Shader = "unshaded";
|
public string Shader = "shaded";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user