Added ability to delete nodes from editor, added complete node load and save for the DSL
This commit is contained in:
@@ -77,4 +77,9 @@ public class MoveNode : ProgramNode
|
||||
{
|
||||
//Currently does nothing
|
||||
}
|
||||
|
||||
public override string Save()
|
||||
{
|
||||
return $"Name: {DisplayText}, Position: ({targetPosition.X}|{targetPosition.Y}|{targetPosition.Z})";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user