Event colors

This commit is contained in:
Braedon
2022-01-11 22:29:27 -05:00
parent 8f4bb39a08
commit 81ee9a8eca
5 changed files with 107 additions and 8 deletions

View File

@ -21,6 +21,8 @@ namespace RhythmHeavenMania.Editor
[Header("Components")]
[SerializeField] private Timeline Timeline;
public static List<TimelineEventObj> EventObjs = new List<TimelineEventObj>();
public static Editor instance { get; private set; }
private void Start()