mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #1136 from Areloch/TabbedEditorFormBaseline
Moves the world Editor guis to be based through a tabbed structure
This commit is contained in:
commit
917cb882e9
20 changed files with 1503 additions and 1471 deletions
|
|
@ -36,7 +36,7 @@ function initializeParticleEditor()
|
|||
exec( "./particleParticleEditor.ed." @ $TorqueScriptFileExtension );
|
||||
|
||||
PE_Window.setVisible( false );
|
||||
EditorGui.add( PE_Window );
|
||||
MainSceneTabPanel.add( PE_Window );
|
||||
|
||||
new ScriptObject( ParticleEditorPlugin )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue