mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update ChooseLevelMenu.gui
This commit is contained in:
parent
c86ceafe46
commit
19a5a0718d
|
|
@ -388,7 +388,7 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
|
||||||
horizSizing = "left";
|
horizSizing = "left";
|
||||||
vertSizing = "center";
|
vertSizing = "center";
|
||||||
profile = "GuiMenuButtonProfile";
|
profile = "GuiMenuButtonProfile";
|
||||||
command = "ChooseLevelBegin(1);";
|
command = "ChooseLevelMenuOption(1);";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
};
|
};
|
||||||
new GuiIconButtonCtrl(ChooseLevelBackBtn) {
|
new GuiIconButtonCtrl(ChooseLevelBackBtn) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue