diff --git a/src/layers/CustomCreatorLayer.cpp b/src/layers/CustomCreatorLayer.cpp index 97d0522..be52895 100644 --- a/src/layers/CustomCreatorLayer.cpp +++ b/src/layers/CustomCreatorLayer.cpp @@ -182,7 +182,15 @@ void CustomCreatorLayer::onInfo(CCObject* object) { FLAlertLayer::create( nullptr, Mod::get()->getName().c_str(), - "This is the main menu for all features related to the mod.\n\nFeatured: Levels featured in Geometry Dash World\nMost liked: \"Most Liked\" in Geometry Dash World,\nreal purpose unknown.\nSearch (ID): View comments of any level ID.\n\nSettings: Opens the mod settings\nUpdate: Opens the mod update menu", + "This is the main menu for all features related to the mod.\n" + "\n" + "Featured: Levels featured in Geometry Dash World\n" + "Daily/Weekly: Old dailies as reported by the GD servers\n" + "Most liked: \"Most Liked\" in Geometry Dash World,\nreal purpose unknown.\n" + "Search (ID): View comments of any level ID.\n" + "Level Search: Show a list of levels based on your progress\n" + "\n" + "Settings: Opens the mod settings", "OK", nullptr, 450