-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
023135b
commit 6b6eb93
Showing
2 changed files
with
43 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |