Better tooltip

This commit is contained in:
Braedon
2022-01-17 19:40:23 -05:00
parent 6b29d59119
commit 2b0781d047
11 changed files with 424 additions and 27 deletions

View File

@ -11,7 +11,7 @@ namespace RhythmHeavenMania.Editor
private void Start()
{
Tooltip.instance.AddTooltip(this.gameObject, this.gameObject.name);
Tooltip.AddTooltip(this.gameObject, this.gameObject.name);
}
public void OnClick()