技能主要更新,修复卡顿并加入动画,以及各种其他更新。
This commit is contained in:
@@ -5,8 +5,10 @@ public abstract class BaseNote : MonoBehaviour
|
||||
public int TrackIndex { get; protected set; }
|
||||
public string NoteColor { get; protected set; }
|
||||
public float Speed { get; protected set; }
|
||||
protected float hitTime;
|
||||
|
||||
protected float hitTime;
|
||||
|
||||
public float HitTime => hitTime;
|
||||
|
||||
public virtual void Initialize(int trackIndex, string noteColor, float speed, float hitTime)
|
||||
{
|
||||
TrackIndex = trackIndex;
|
||||
|
||||
Reference in New Issue
Block a user