mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Update ChooseLevelMenu.gui
This commit is contained in:
parent
c86ceafe46
commit
19a5a0718d
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
|
|||
horizSizing = "left";
|
||||
vertSizing = "center";
|
||||
profile = "GuiMenuButtonProfile";
|
||||
command = "ChooseLevelBegin(1);";
|
||||
command = "ChooseLevelMenuOption(1);";
|
||||
tooltipProfile = "GuiToolTipProfile";
|
||||
};
|
||||
new GuiIconButtonCtrl(ChooseLevelBackBtn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue