Camera Tilt和Camera Offset效果,以及退出,重载功能

This commit is contained in:
SoulliesOfficial
2025-05-31 12:54:56 -04:00
parent e7f7230846
commit 9d92c7c944
16 changed files with 18037 additions and 16439 deletions

View File

@@ -12,7 +12,7 @@ namespace Ichni.RhythmGame
public float areaRadius;
protected override GameObject GetHintImagePrefab() => EditorManager.instance.basePrefabs.areaHint;
private float CurrentScreenRatio() => Screen.width / 1920f;
private float CurrentScreenRatio() => Screen.height / 1080f;
public TouchAreaJudgeUnit(NoteBase note, float areaRadius) : base(note)
{