Skip to content

Commit

Permalink
repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeStepYT committed Sep 26, 2024
1 parent 023135b commit 6b6eb93
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for NoStupidButtons

## v1.1.2
- Fixed <cb>GitHub repo</c> link <cy>because I changed my username</c>
- Bumped <cj>Geode version</c>

## v1.1.1
- Update <cb>descriptions</c> to better describe what the mod can do
- Add <cg>GitHub repository</c> to the mod page
Expand Down
76 changes: 39 additions & 37 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,44 @@
{
"geode": "3.2.0",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"repository": "https://github.com/Reinmmar/NoStupidButtons",
"id": "timestepyt.nostupidbuttons",
"name": "NoStupidButtons",
"version": "v1.1.1",
"developer": "TimeStepYT",
"description": "This mod hides the buttons nobody uses!",

"settings": {
"hide-newgrounds-button": {
"name": "Hide Newgrounds Button",
"description": "Toggles if the Newgrounds Button should be hidden in the Main Menu",
"type": "bool",
"default": true
},
"hide-more-games-button": {
"name": "Hide More Games Button",
"description": "Toggles if the More Games button should be hidden in the Main Menu. Will not work if DevTools is insalled on Android",
"type": "bool",
"default": true
"geode": "3.7.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"hide-social-media-buttons": {
"name": "Hide Social Media Buttons",
"description": "Toggles if the Social Media buttons should be hidden in the Main Menu",
"type": "bool",
"default": true
"links": {
"source": "https://github.com/TimeStepYT/NoStupidButtons"
},
"hide-robtop-logo": {
"name": "Hide RobTop Logo",
"description": "Toggles if the RobTop logo should be hidden in the Main Menu",
"type": "bool",
"default": false
"id": "timestepyt.nostupidbuttons",
"name": "NoStupidButtons",
"version": "v1.1.2",
"developer": "TimeStepYT",
"description": "This mod hides the buttons nobody uses!",

"settings": {
"hide-newgrounds-button": {
"name": "Hide Newgrounds Button",
"description": "Toggles if the Newgrounds Button should be hidden in the Main Menu",
"type": "bool",
"default": true
},
"hide-more-games-button": {
"name": "Hide More Games Button",
"description": "Toggles if the More Games button should be hidden in the Main Menu. Will not work if DevTools is insalled on Android",
"type": "bool",
"default": true
},
"hide-social-media-buttons": {
"name": "Hide Social Media Buttons",
"description": "Toggles if the Social Media buttons should be hidden in the Main Menu",
"type": "bool",
"default": true
},
"hide-robtop-logo": {
"name": "Hide RobTop Logo",
"description": "Toggles if the RobTop logo should be hidden in the Main Menu",
"type": "bool",
"default": false
}
}
}
}

0 comments on commit 6b6eb93

Please sign in to comment.