This commit is contained in:
SoulliesOfficial
2025-12-14 18:44:35 -05:00
parent 07f3511133
commit 9fc8844d20
17 changed files with 91 additions and 4672 deletions

View File

@@ -89,6 +89,7 @@ namespace Ichni.RhythmGame
#if UNITY_STANDALONE
return new FullScreenNearTimeJudgeUnit(attachedNote);
#elif UNITY_ANDROID || UNITY_IOS
//return new FullScreenNearTimeJudgeUnit(attachedNote);
return new TouchAreaJudgeUnit(attachedNote, areaRadius);
#endif
}

View File

@@ -54,7 +54,7 @@ namespace Ichni
{
Application.targetFrameRate = targetFrame;
UniversalRenderPipelineAsset currentUrpAsset = GraphicsSettings.renderPipelineAsset as UniversalRenderPipelineAsset;
currentUrpAsset.renderScale = 0.7f + 0.1f * resolutionLevel;
currentUrpAsset.renderScale = 0.5f + 0.1f * resolutionLevel;
}
public void ApplyLanguage()