-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
125 lines (124 loc) · 3.93 KB
/
mod.json
File metadata and controls
125 lines (124 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"geode": "3.0.0-beta.1",
"gd": {
"win": "2.206",
"mac": "2.206",
"android": "*"
},
"version": "v2.3.1",
"id": "thesillydoggo.gradientpages",
"name": "Gradient Pages",
"developer": "TheSillyDoggo",
"description": "Adds Gradients to the back of some popups",
"repository": "https://github.com/TheSillyDoggo/Gradient-Pages",
"resources": {
"spritesheets": {
"UISheet": [
"resources/*.png"
]
}
},
"incompatibilities": [
{
"id": "TheSillyDoggo.GradientPages",
"version": "*",
"importance": "superseded"
}
],
"settings": {
"gradient-comments": {
"name": "Gradient in comments",
"description": "Applys a gradient to the background of comments",
"type": "bool",
"default": true
},
"rounded-corners": {
"name": "Rounded Corners",
"description": "Rounds the corners on profiles",
"type": "bool",
"default": true
},
"apply-profiles": {
"name": "Apply to Profiles",
"description": "Should it apply a gradient to profile pages?",
"type": "bool",
"default": true
},
"apply-info-layer": {
"name": "Apply to Level Description",
"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",
"description": "Reverses the order of the gradient vertically",
"type": "bool",
"default": false
},
"use-custom-colours": {
"name": "Use Custom Colours",
"description": "Should it use colours of your choice instead of your player colours?",
"type": "bool",
"default": false
},
"primary-colour": {
"name": "Primary Colour",
"description": "The Colour used at the top of pages that aren't profiles",
"type": "color",
"default": "#7d7cff"
},
"secondary-colour": {
"name": "Secondary Colour",
"description": "The Colour used at the bottom of pages that aren't profiles",
"type": "color",
"default": "#7efeb0"
}
},
"tags": [
"customization",
"interface"
]
}