Added tooltip to nodes to better explain their functionality.
Readded node deletion.
This commit is contained in:
@@ -151,4 +151,9 @@ public static class ResourceLoader
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
public static Texture2D LoadDSLTooltip(string title)
|
||||
{
|
||||
return GD.Load<Texture2D>($"res://Assets/Images/Nodes/{title.ToLower()}.png");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user