Skip to content

Commit d75f80b

Browse files
committed
Update MenuLayer.h
1 parent 1be7d63 commit d75f80b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ui/hooks/MenuLayer.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ class $modify(MyMenuLayer, MenuLayer) {
8484

8585
CCMenu* menu = CCMenu::create();
8686

87-
MCButton* playButton = MCButton::create("Singleplayer", 49.1f, this, menu_selector(MenuLayer::onPlay));
88-
MCButton* editButton = MCButton::create("Online Levels", 49.1f, this, menu_selector(MenuLayer::onPlay));//(MenuLayer::onCreator));
87+
MCButton* playButton = MCButton::create("Singleplayer", 49.1f, this, menu_selector(MyMenuLayer::onMods));//(MenuLayer::onPlay));
88+
MCButton* editButton = MCButton::create("Online Levels", 49.1f, this, menu_selector(MyMenuLayer::onMods));//(MenuLayer::onCreator));
8989
MCButton* modsButton = MCButton::create("Mods", 24.0f, this, menu_selector(MyMenuLayer::onMods));
90-
MCButton* skinButton = MCButton::create("Skins", 24.0f, this, menu_selector(MenuLayer::onGarage));
90+
MCButton* skinButton = MCButton::create("Skins", 24.0f, this, menu_selector(MyMenuLayer::onMods));//(MenuLayer::onGarage));
9191

92-
MCButton* optionsButton = MCButton::create("Options...", 24.0f, this, menu_selector(MenuLayer::onPlay));//(MyMenuLayer::onOptions));
92+
MCButton* optionsButton = MCButton::create("Options...", 24.0f, this, menu_selector(MyMenuLayer::onMods));//(MyMenuLayer::onOptions));
9393
MCButton* quitButton = MCButton::create("Quit Game", 24.0f, this, menu_selector(MyMenuLayer::onExit));
9494

9595
MCButton* profileButton = MCButton::create("", 5.0f, this, menu_selector(MyMenuLayer::onMyProfile));

0 commit comments

Comments
 (0)