I want to make level editor in which I want it to have three buttons CreateNode , Reset Node
Create Node - It will add node in screen
Reset Node - It will reset all the links from the Node
And when the node is created on window if I right click I can set to which Node I want to connect ...
I want this reference for dfs search
i.e. {1,2},{1,3} i.e. 1st Node is connected to 2 and 3 ..and so on ...
When I am done with making tool I want it to make xml file or text file ?
How to start with this tool ?