mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Reworks the open/close functions of the gui and world editors so they will properly toggle between and clean up when closed.
This commit is contained in:
parent
0aea1d5c33
commit
f8b650f7a1
16 changed files with 238 additions and 142 deletions
|
|
@ -126,7 +126,7 @@
|
|||
profile = "GuiMenuButtonProfile";
|
||||
visible = "1";
|
||||
active = "1";
|
||||
command = "GuiEdit();";
|
||||
command = "toggleGuiEditor(1);";
|
||||
tooltipProfile = "GuiToolTipProfile";
|
||||
tooltip = "The GUI Editor is accessible in-game by pressing F10";
|
||||
hovertime = "1000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue