bigger score

This commit is contained in:
ethan merchant 2024-11-24 20:49:45 -05:00
parent 07b69426af
commit 9a2a67b296

View file

@ -254,9 +254,9 @@ static class Arts
Text.Add(
score_txt[i].ToString(),
Matrix.TRS(
score_pos + score_ori * V.XYZ((1 - i) * 0.25f, 0, 0),
score_pos + score_ori * V.XYZ((1 - i) * 0.333f, 0, 0),
score_ori,
32
40
),
text_style
);