From a37cce18a01ce2198ff50ccbad0152fda3ec96e7 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Mon, 25 Nov 2024 12:49:07 -0500 Subject: [PATCH] score font size++ --- src/Arts.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Arts.cs b/src/Arts.cs index 6a42fd2..d54d9b6 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -267,9 +267,9 @@ static class Arts Text.Add( score_txt[i].ToString(), Matrix.TRS( - score_pos + score_ori * V.XYZ((1 - i) * 0.333f, 0, 0), + score_pos + score_ori * V.XYZ((1 - i) * 0.4f, 0, 0), score_ori, - 40 + 48 ), text_style );