mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 09:57:37 +02:00
Editor: Starting BPM can be entered via input field as well as through the BPM change tool.
This commit is contained in:
@ -68,6 +68,7 @@ namespace RhythmHeavenMania.Editor.Track
|
||||
[SerializeField] private RectTransform TimelineSongPosLineRef;
|
||||
[SerializeField] private RectTransform TimelineEventObjRef;
|
||||
[SerializeField] private RectTransform LayersRect;
|
||||
public TempoTimeline TempoInfo;
|
||||
private RectTransform TimelineSongPosLine;
|
||||
|
||||
[Header("Timeline Playbar")]
|
||||
@ -83,7 +84,7 @@ namespace RhythmHeavenMania.Editor.Track
|
||||
|
||||
public static Timeline instance { get; private set; }
|
||||
|
||||
private bool userIsEditingInputField
|
||||
public bool userIsEditingInputField
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user