Help with DirectGUI coords/positioning

@Brian :
just import the editor class and instantiate it as in world.py
I wouldn’t suggest to save the entire aspect2d, because it relies on static children order. If someday you move a node under other parent, its tag would be different, depends on the new parent. I suggest to save() each group that you know its children order won’t change, so it’s possible to move that group altogether across different parents.