Skip to content

Commit

Permalink
Add more pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 20, 2024
1 parent 3bc9d1e commit 6124b17
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 15 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.1.0

* Added **ItemInfoPopup**, **ShardsPage**, **CommunityCreditsPage**, **DemonFilterSelectLayer**, **MoreSearchLayer** (Search filter page), **Go to page popup** and **ChallengesPage** (Quests)
* **Remember that if you don't like these you CAN disable pages in the mod options**
* Removed **Herobrine**

# v2.0.0

* Added Android Support :D
Expand Down
44 changes: 43 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.204",
"android": "2.200"
},
"version": "v1.1.0",
"version": "v2.1.0",
"id": "TheSillyDoggo.GradientPages",
"name": "Gradient Pages",
"developer": "TheSillyDoggo",
Expand All @@ -29,6 +29,48 @@
"description": "Should it apply a gradient to the level description?",
"type": "bool",
"default": true
},
"apply-unlock": {
"name": "Apply to Item Unlock Page",
"description": "Should it apply a gradient to the popup shown when pressing a lock?",
"type": "bool",
"default": true
},
"apply-shards": {
"name": "Apply to the Shards Page",
"description": "Should it apply a gradient to the shards of power page?",
"type": "bool",
"default": true
},
"apply-credits": {
"name": "Apply to the Community shop Credits Page",
"description": "Should it apply a gradient to Potbor's shop credit page?",
"type": "bool",
"default": true
},
"apply-demon": {
"name": "Apply to the Demon Filter Page",
"description": "Should it apply a gradient to the popup used to select a demon difficulty in the search page?",
"type": "bool",
"default": true
},
"apply-filter": {
"name": "Apply to the Search Filter Page",
"description": "Should it apply a gradient to the Search filter page?",
"type": "bool",
"default": true
},
"apply-pagesel": {
"name": "Apply to go to page popup",
"description": "Should it apply a gradient to the Search / Comment page select popup?",
"type": "bool",
"default": true
},
"apply-quests": {
"name": "Apply to quests page",
"description": "Should it apply a gradient to the quests page",
"type": "bool",
"default": true
},
"reverse-order": {
"name": "Reverse Order",
Expand Down
Loading

0 comments on commit 6124b17

Please sign in to comment.