From 9a2a67b296bd7fce0c34e43186a40dfd32279a18 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 24 Nov 2024 20:49:45 -0500 Subject: [PATCH] bigger score --- src/Arts.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Arts.cs b/src/Arts.cs index 2b1476d..3fb82f8 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -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 );