diff --git a/about.md b/about.md index 6d3e26b..63507cf 100644 --- a/about.md +++ b/about.md @@ -25,7 +25,8 @@ Any devs here feel free to help me out with these ## Credits -- Lead Developer: OmgRod -- Developers: OmgRod, Viper -- Alpha's Geode Utils: Alphalaneous -- Logo: hiimjasmine00 and OmgRod \ No newline at end of file +- OmgRod: Lead Developer + Logo Designer +- Cosmella: Developer +- Alphalaneous: Alpha's Geode Utils Mod +- hiimjasmine00: Logo Designer +- Geode SDK Discord: Answering OmgRod's approximately 800 dumb questions about coding \ No newline at end of file diff --git a/mod.json b/mod.json index 8f8e52d..8744746 100644 --- a/mod.json +++ b/mod.json @@ -8,7 +8,7 @@ "version": "v2.1.0", "id": "omgrod.geodify", "name": "Geodify", - "developers": ["OmgRod", "Viper"], + "developers": ["OmgRod", "Cosmella-v"], "description": "Converts most backgrounds to Geode's background (SwelvyBG).", "early-load": true, "resources": { @@ -441,12 +441,15 @@ "type": "bool", "default": true }, - + "other-title": { + "type": "title", + "name": "Other" + }, "other/enable-menu-icons": { "name": "Enable Menu Ground + Icons", "description": "Keeps the ground and icons visible in MenuLayer.", "type": "bool", - "default": true + "default": false } }, "dependencies": { diff --git a/src/modify/gd/MenuLayer.cpp b/src/modify/gd/MenuLayer.cpp index 4f20a06..e418104 100644 --- a/src/modify/gd/MenuLayer.cpp +++ b/src/modify/gd/MenuLayer.cpp @@ -20,7 +20,7 @@ class $modify(MenuLayer) { if (Mod::get()->getSettingValue("gd/MenuLayer")) { if (CCNode* mainmenu = this->getChildByIDRecursive("main-menu-bg")) { - if (Mod::get()->getSettingValue("other/part-enable-menu-bg")) { + if (Mod::get()->getSettingValue("other/enable-menu-icons")) { mainmenu->getChildByID("background")->setVisible(false); } else { mainmenu->setVisible(false);