Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgRod committed Feb 9, 2025
1 parent 3984af6 commit ec525bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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
9 changes: 6 additions & 3 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/modify/gd/MenuLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class $modify(MenuLayer) {

if (Mod::get()->getSettingValue<bool>("gd/MenuLayer")) {
if (CCNode* mainmenu = this->getChildByIDRecursive("main-menu-bg")) {
if (Mod::get()->getSettingValue<bool>("other/part-enable-menu-bg")) {
if (Mod::get()->getSettingValue<bool>("other/enable-menu-icons")) {
mainmenu->getChildByID("background")->setVisible(false);
} else {
mainmenu->setVisible(false);
Expand Down

0 comments on commit ec525bb

Please # to comment.