mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 13:00:33 +00:00
Implementation of Nils' UI work for updated theming, functionality and style for the editors suite
This commit is contained in:
parent
dc1d6e7d9d
commit
33f35d35d4
908 changed files with 15381 additions and 3065 deletions
|
|
@ -30,12 +30,13 @@ function initializeShapeEditor()
|
|||
|
||||
exec("./gui/Profiles.ed." @ $TorqueScriptFileExtension);
|
||||
|
||||
// Order of GUI loading is important
|
||||
exec("./gui/shapeEdPreviewWindow.ed.gui");
|
||||
exec("./gui/shapeEdAnimWindow.ed.gui");
|
||||
exec("./gui/shapeEdAdvancedWindow.ed.gui");
|
||||
exec("./gui/ShapeEditorToolbar.ed.gui");
|
||||
exec("./gui/shapeEdSelectWindow.ed.gui");
|
||||
exec("./gui/shapeEdPropWindow.ed.gui");
|
||||
exec("./gui/shapeEdAdvancedWindow.ed.gui");
|
||||
exec("./gui/shapeEdAnimWindow.ed.gui");
|
||||
|
||||
exec("./scripts/shapeEditor.ed." @ $TorqueScriptFileExtension);
|
||||
exec("./scripts/shapeEditorHints.ed." @ $TorqueScriptFileExtension);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue