make typing indicators 32x32 (#18976)

This commit is contained in:
Nemanja
2023-08-11 01:10:29 -04:00
committed by GitHub
parent b376adf486
commit be29cda183
46 changed files with 8 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ public sealed class TypingIndicatorPrototype : IPrototype
public string TypingState = default!;
[DataField("offset")]
public Vector2 Offset = new(0.5f, 0.5f);
public Vector2 Offset = new(0, 0);
[DataField("shader")]
public string Shader = "unshaded";