From 5a231e0529e6adb9e353b64be516befc12646ba6 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 5 Jun 2025 17:16:42 -0700 Subject: [PATCH] Silent update (Android version was not how it should have been) --- Assets/Resources/Fonts/Lexend.asset | 6 +++--- Assets/Scripts/LoadingMenu.cs | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Assets/Resources/Fonts/Lexend.asset b/Assets/Resources/Fonts/Lexend.asset index 637fd1d..2cf29e2 100644 --- a/Assets/Resources/Fonts/Lexend.asset +++ b/Assets/Resources/Fonts/Lexend.asset @@ -119,9 +119,9 @@ Material: - _OutlineWidth: 0 - _PerspectiveFilter: 0.875 - _Reflectivity: 10 - - _ScaleRatioA: 0.8333333 - - _ScaleRatioB: 0.6770833 - - _ScaleRatioC: 0.6770833 + - _ScaleRatioA: 0.8 + - _ScaleRatioB: 0.65 + - _ScaleRatioC: 0.65 - _ScaleX: 1 - _ScaleY: 1 - _ShaderFlags: 0 diff --git a/Assets/Scripts/LoadingMenu.cs b/Assets/Scripts/LoadingMenu.cs index 13cd102..3f20f3a 100644 --- a/Assets/Scripts/LoadingMenu.cs +++ b/Assets/Scripts/LoadingMenu.cs @@ -37,8 +37,9 @@ public class LoadingMenu : MonoBehaviour else { SetIfNone("Setting1", 1, true); - SetIfNone("Setting2", 1, true); - SetIfNone("Setting3", 0, true); + SetIfNone("Setting2", 0, true); + SetIfNone("Setting3", 1, true); + Application.targetFrameRate = 360; QualitySettings.vSyncCount = 0; } PlayerPrefs.SetString("latestVersion", Application.version);