mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
Moves the world Editor guis to be based through a tabbed structure to make it easier to begin separating out editor/tool guis into their own tabs or elements for better separation.
Currently establishes the MainScene tab and otherwise retains existing behavior directly
This commit is contained in:
parent
fcd611353d
commit
59247bd9ca
20 changed files with 1503 additions and 1471 deletions
|
|
@ -34,9 +34,9 @@ function initializeRoadEditor()
|
|||
RoadEditorOptionsWindow.setVisible( false );
|
||||
RoadEditorTreeWindow.setVisible( false );
|
||||
|
||||
EditorGui.add( RoadEditorGui );
|
||||
EditorGui.add( RoadEditorOptionsWindow );
|
||||
EditorGui.add( RoadEditorTreeWindow );
|
||||
MainSceneTabPanel.add( RoadEditorGui );
|
||||
MainSceneTabPanel.add( RoadEditorOptionsWindow );
|
||||
MainSceneTabPanel.add( RoadEditorTreeWindow );
|
||||
|
||||
new ScriptObject( RoadEditorPlugin )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue