fix indentation

This commit is contained in:
HJfod 2022-07-30 21:13:28 +03:00
parent 56ebed9d81
commit a149dcd6a2

View file

@ -15,11 +15,11 @@ USE_GEODE_NAMESPACE();
class $modify(MenuLayer) { class $modify(MenuLayer) {
void onMoreGames(CCObject*) { void onMoreGames(CCObject*) {
        FLAlertLayer::create( FLAlertLayer::create(
            "Geode", "Geode",
            "Hello World from my Custom Mod!", "Hello World from my Custom Mod!",
            "OK" "OK"
        )->show(); )->show();
} }
}; };
``` ```