Update ChooseLevelMenu.gui

This commit is contained in:
Sir-Skurpsalot 2025-12-17 23:58:06 -07:00 committed by GitHub
parent c86ceafe46
commit 19a5a0718d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {