Node Management - redsheep/AngoraEditor GitHub Wiki
note: the 'moveup' and 'movedown' button is not work right now.
add a new node
in the new node select dialog, double click the node type you want to add into game.
(note: some type may not support right now, please read this page for detail.)
remove a node
click the 'remove'('X') button to remove selected node from current state. you can also right click on the selected node(in node tree or main game pane) and remove the node with context menu.
(note: the resources of node will not be removed.)
node file of state
in the workspace directory, you can find the file with 'XXX.scn' which is the json file of state. you can directly edit the file to manage the nodes of state and modify the node properties.