Added tooltip to nodes to better explain their functionality.
Readded node deletion.
This commit is contained in:
@@ -41,6 +41,7 @@ public partial class WhileNodeDisplay : NodeDisplay
|
||||
whileNode.amount = (int)valueContainer.GetNode<SpinBox>("./Amount").Value;
|
||||
|
||||
OptionButton comparators = valueContainer.GetNode<OptionButton>("./Comparator");
|
||||
if(comparators.GetSelectedId() == -1) return;
|
||||
whileNode.comparator = comparators.GetItemText(comparators.GetSelectedId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user