Skip to content

Commit 6124b17

Browse files
committed
Add more pages
1 parent 3bc9d1e commit 6124b17

File tree

3 files changed

+573
-15
lines changed

3 files changed

+573
-15
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.1.0
2+
3+
* Added **ItemInfoPopup**, **ShardsPage**, **CommunityCreditsPage**, **DemonFilterSelectLayer**, **MoreSearchLayer** (Search filter page), **Go to page popup** and **ChallengesPage** (Quests)
4+
* **Remember that if you don't like these you CAN disable pages in the mod options**
5+
* Removed **Herobrine**
6+
17
# v2.0.0
28

39
* Added Android Support :D

mod.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"win": "2.204",
55
"android": "2.200"
66
},
7-
"version": "v1.1.0",
7+
"version": "v2.1.0",
88
"id": "TheSillyDoggo.GradientPages",
99
"name": "Gradient Pages",
1010
"developer": "TheSillyDoggo",
@@ -29,6 +29,48 @@
2929
"description": "Should it apply a gradient to the level description?",
3030
"type": "bool",
3131
"default": true
32+
},
33+
"apply-unlock": {
34+
"name": "Apply to Item Unlock Page",
35+
"description": "Should it apply a gradient to the popup shown when pressing a lock?",
36+
"type": "bool",
37+
"default": true
38+
},
39+
"apply-shards": {
40+
"name": "Apply to the Shards Page",
41+
"description": "Should it apply a gradient to the shards of power page?",
42+
"type": "bool",
43+
"default": true
44+
},
45+
"apply-credits": {
46+
"name": "Apply to the Community shop Credits Page",
47+
"description": "Should it apply a gradient to Potbor's shop credit page?",
48+
"type": "bool",
49+
"default": true
50+
},
51+
"apply-demon": {
52+
"name": "Apply to the Demon Filter Page",
53+
"description": "Should it apply a gradient to the popup used to select a demon difficulty in the search page?",
54+
"type": "bool",
55+
"default": true
56+
},
57+
"apply-filter": {
58+
"name": "Apply to the Search Filter Page",
59+
"description": "Should it apply a gradient to the Search filter page?",
60+
"type": "bool",
61+
"default": true
62+
},
63+
"apply-pagesel": {
64+
"name": "Apply to go to page popup",
65+
"description": "Should it apply a gradient to the Search / Comment page select popup?",
66+
"type": "bool",
67+
"default": true
68+
},
69+
"apply-quests": {
70+
"name": "Apply to quests page",
71+
"description": "Should it apply a gradient to the quests page",
72+
"type": "bool",
73+
"default": true
3274
},
3375
"reverse-order": {
3476
"name": "Reverse Order",

0 commit comments

Comments
 (0)