Camera Tilt和Camera Offset效果,以及退出,重载功能
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user