Fix splash text size

This commit is contained in:
2026-01-30 23:25:53 -07:00
parent 56ec5f04c4
commit ce079fac41
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ public class BouncyText : MonoBehaviour
text = GetComponent<TextMeshProUGUI>();
if (add)
{
text.ForceMeshUpdate();
startSize = text.fontSize;
text.enableAutoSizing = false;
}