Bottom right tooltip now matches hover tooltip if there is one

This commit is contained in:
Carson Kompon
2022-03-01 16:11:19 -05:00
parent 55f31b4501
commit 6a43469056
4 changed files with 19 additions and 6 deletions

View File

@ -50,6 +50,9 @@ namespace RhythmHeavenMania.Editor
[SerializeField] private Button FullScreenBTN;
[SerializeField] private Button TempoFinderBTN;
[Header("Tooltip")]
public TMP_Text tooltipText;
[Header("Properties")]
private bool changedMusic = false;
private bool loadedMusic = false;