Silent update (Android version was not how it should have been)

This commit is contained in:
2025-06-05 17:16:42 -07:00
parent bf2a75ed53
commit 5a231e0529
2 changed files with 6 additions and 5 deletions

View File

@@ -119,9 +119,9 @@ Material:
- _OutlineWidth: 0 - _OutlineWidth: 0
- _PerspectiveFilter: 0.875 - _PerspectiveFilter: 0.875
- _Reflectivity: 10 - _Reflectivity: 10
- _ScaleRatioA: 0.8333333 - _ScaleRatioA: 0.8
- _ScaleRatioB: 0.6770833 - _ScaleRatioB: 0.65
- _ScaleRatioC: 0.6770833 - _ScaleRatioC: 0.65
- _ScaleX: 1 - _ScaleX: 1
- _ScaleY: 1 - _ScaleY: 1
- _ShaderFlags: 0 - _ShaderFlags: 0

View File

@@ -37,8 +37,9 @@ public class LoadingMenu : MonoBehaviour
else else
{ {
SetIfNone("Setting1", 1, true); SetIfNone("Setting1", 1, true);
SetIfNone("Setting2", 1, true); SetIfNone("Setting2", 0, true);
SetIfNone("Setting3", 0, true); SetIfNone("Setting3", 1, true);
Application.targetFrameRate = 360;
QualitySettings.vSyncCount = 0; QualitySettings.vSyncCount = 0;
} }
PlayerPrefs.SetString("latestVersion", Application.version); PlayerPrefs.SetString("latestVersion", Application.version);