mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
Fixes opening of Gui Asset from AB so it correctly opens the GUI editor, making the toolbar appear
Fixes typo'd name for material-editor menubar image Adds probe menubar images Adds setting menubar images Adds probe and settings buttons to menubar Removes unneeded tab from class visibility window popup
This commit is contained in:
parent
d18721d78e
commit
b0f977b810
16 changed files with 60 additions and 125 deletions
|
|
@ -1353,7 +1353,7 @@
|
|||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
buttonMargin = "0 4";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/matterial-editor_n";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/material-editor_n";
|
||||
textMargin = "25";
|
||||
};
|
||||
new GuiCheckBoxCtrl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue