长音符再修复 加入了关卡连接 优化了一些默认加载

This commit is contained in:
FloatGaming
2026-01-13 11:22:39 +08:00
parent 2738089af1
commit 2f9d4aae0c
426 changed files with 299413 additions and 1050 deletions
@@ -5,7 +5,7 @@ public class NoteController : MonoBehaviour
{
private float speed;
private bool isMoving = true;
private bool isInJudgeZone = false; // 判定区域标记
private bool isInJudgeZone = false; // ж
private ParticleSystem hitEffect;
private Note linkedNote;
@@ -59,7 +59,7 @@ public class NoteController : MonoBehaviour
}
}
// OnTriggerEnter2D OnTriggerExit2D 挂载在 Controller
// OnTriggerEnter2D OnTriggerExit2D Controller
private void OnTriggerEnter2D(Collider2D collision)
{
@@ -92,7 +92,7 @@ public class NoteController : MonoBehaviour
/// <summary>
/// Note 查询是否处于判定区域
/// Note ѯǷж
/// </summary>
public bool IsInJudgeZone()
{