Added tooltip to nodes to better explain their functionality.

Readded node deletion.
This commit is contained in:
2026-05-14 12:36:59 +02:00
parent 300c8f5a42
commit 588879951d
31 changed files with 528 additions and 23 deletions
+5
View File
@@ -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");
}
}