mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +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
|
|
@ -82,7 +82,7 @@ function RoadEditorPlugin::onWorldEditorStartup( %this )
|
|||
exec( "./RoadEditorSettingsTab.gui" );
|
||||
//ESettingsWindow.addTabPage( ERoadEditorSettingsPage );
|
||||
|
||||
ESettingsWindow.addEditorSettingsPage("RoadEditor", "Road Editor");
|
||||
ESettingsWindow.addEditorSettingsPage("RoadEditor", "Decal Road Editor");
|
||||
}
|
||||
|
||||
function RoadEditorPlugin::onActivated( %this )
|
||||
|
|
@ -105,7 +105,7 @@ function RoadEditorPlugin::onActivated( %this )
|
|||
%this.map.push();
|
||||
|
||||
// Set the status bar here until all tool have been hooked up
|
||||
EditorGuiStatusBar.setInfo("Road editor.");
|
||||
EditorGuiStatusBar.setInfo("Decal Road Editor.");
|
||||
EditorGuiStatusBar.setSelection("");
|
||||
|
||||
Parent::onActivated(%this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue