mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Adjusted init'ing logic to defer to project settings for the name of the play gui and mainMenu gui instead of hardcoding them
This commit is contained in:
parent
e6e2ee0d50
commit
fee1ceab3c
18 changed files with 151 additions and 134 deletions
|
|
@ -129,7 +129,7 @@
|
|||
minExtent = "8 8";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
command = "GuiEdit(); Editor.close(\"PlayGui\");";
|
||||
command = "GuiEdit(); Editor.close(ProjectSettings.value(\"UI/playGUIName\"));";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Play Game";
|
||||
hovertime = "1000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue