From d75f80b8ccb87dc04a36b8d35d7d860ad8c63541 Mon Sep 17 00:00:00 2001 From: Alphalaneous <38200084+Alphalaneous@users.noreply.github.com> Date: Thu, 21 Nov 2024 04:58:36 -0500 Subject: [PATCH] Update MenuLayer.h --- src/ui/hooks/MenuLayer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/hooks/MenuLayer.h b/src/ui/hooks/MenuLayer.h index f8ac74b..ffa3d8c 100644 --- a/src/ui/hooks/MenuLayer.h +++ b/src/ui/hooks/MenuLayer.h @@ -84,12 +84,12 @@ class $modify(MyMenuLayer, MenuLayer) { CCMenu* menu = CCMenu::create(); - MCButton* playButton = MCButton::create("Singleplayer", 49.1f, this, menu_selector(MenuLayer::onPlay)); - MCButton* editButton = MCButton::create("Online Levels", 49.1f, this, menu_selector(MenuLayer::onPlay));//(MenuLayer::onCreator)); + MCButton* playButton = MCButton::create("Singleplayer", 49.1f, this, menu_selector(MyMenuLayer::onMods));//(MenuLayer::onPlay)); + MCButton* editButton = MCButton::create("Online Levels", 49.1f, this, menu_selector(MyMenuLayer::onMods));//(MenuLayer::onCreator)); MCButton* modsButton = MCButton::create("Mods", 24.0f, this, menu_selector(MyMenuLayer::onMods)); - MCButton* skinButton = MCButton::create("Skins", 24.0f, this, menu_selector(MenuLayer::onGarage)); + MCButton* skinButton = MCButton::create("Skins", 24.0f, this, menu_selector(MyMenuLayer::onMods));//(MenuLayer::onGarage)); - MCButton* optionsButton = MCButton::create("Options...", 24.0f, this, menu_selector(MenuLayer::onPlay));//(MyMenuLayer::onOptions)); + MCButton* optionsButton = MCButton::create("Options...", 24.0f, this, menu_selector(MyMenuLayer::onMods));//(MyMenuLayer::onOptions)); MCButton* quitButton = MCButton::create("Quit Game", 24.0f, this, menu_selector(MyMenuLayer::onExit)); MCButton* profileButton = MCButton::create("", 5.0f, this, menu_selector(MyMenuLayer::onMyProfile));