Added tooltip to nodes to better explain their functionality.
Readded node deletion.
This commit is contained in:
@@ -5,9 +5,6 @@ public partial class NodeDisplay : GraphNode
|
||||
{
|
||||
public ProgramNode node;
|
||||
|
||||
[Signal]
|
||||
public delegate void OnDeleteNodeEventHandler();
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
if (node == null)
|
||||
@@ -20,11 +17,6 @@ public partial class NodeDisplay : GraphNode
|
||||
SetupDisplay();
|
||||
}
|
||||
|
||||
public void DeleteNodePressed()
|
||||
{
|
||||
EmitSignal(SignalName.OnDeleteNode);
|
||||
}
|
||||
|
||||
public static NodeDisplay Load(
|
||||
string nodeName,
|
||||
string content,
|
||||
|
||||
Reference in New Issue
Block a user