超大量的更新 修复很多问题,gameplay特效初步
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
|
||||
/// <summary>
|
||||
/// 音符判定区间配置,支持在 Inspector 中调整
|
||||
/// Documentation text normalized.
|
||||
/// </summary>
|
||||
[CreateAssetMenu(fileName = "NoteJudgeConfig", menuName = "Game/NoteJudgeConfig")]
|
||||
public class NoteJudgeConfig : ScriptableObject
|
||||
{
|
||||
[Header("判定区间(单位:秒)")]
|
||||
[Header("Inspector")]
|
||||
[Tooltip("Perfect")]
|
||||
public float perfectRange = 0.1f;
|
||||
[Tooltip("Great")]
|
||||
|
||||
Reference in New Issue
Block a user