mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Added refactor of Editor Settings window
Various fixes for asset handling. WIP of crash tracking
This commit is contained in:
parent
691d3f501e
commit
ff871f37e3
30 changed files with 662 additions and 273 deletions
|
|
@ -141,8 +141,8 @@ function EditorGui::init(%this)
|
|||
// Editor Settings Window
|
||||
if( !isObject( %this-->EditorSettingsWindow ) )
|
||||
{
|
||||
exec("~/worldEditor/gui/EditorSettingsWindow.ed.gui");
|
||||
exec("~/worldEditor/scripts/editorSettingsWindow.ed.cs");
|
||||
exec("tools/gui/EditorSettingsWindow.ed.gui");
|
||||
exec("tools/gui/editorSettingsWindow.ed.cs");
|
||||
%this.add( ESettingsWindow );
|
||||
ESettingsWindow.setVisible(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue