-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
64 lines (64 loc) · 1.96 KB
/
mod.json
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
{
"geode": "4.1.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"version": "v3.3.2",
"id": "naxrin.transparent",
"name": "Transparent Background",
"developer": "Naxrin",
"description": "\"Like if you hate the blue blending of background image.\"",
"repository":"https://github.com/Naxrin/Transparent-BG-Geode",
"tags": ["interface"],
"dependencies":[
{
"id": "geode.node-ids",
"version": "v1.17.0",
"importance":"required"
}
],
"settings": {
"BG": {
"name": "Transparent BG",
"description": "Removes the blue blendings of Background.",
"type": "bool",
"default": true
},
"related": {
"name": "Related Options",
"description": "Some small options.",
"type":"title"
},
"frame": {
"name": "Remove Frames",
"description": "Set the frames in Edit Level Layer and LevelSearchLayer to invisible transparent\nYou can enable it individually (This option works even when <cb>Transparent BG</c> option is disabled)",
"type": "bool",
"default": true
},
"dark": {
"name": "Dark Timely/Gauntlets",
"description": "Set the background of Gauntlet levels and Daily/Weekly Levels darker, to make them look different from general levels from search engine",
"type": "bool",
"default": true
},
"loading": {
"name": "Loading Circle",
"description": "Modify the loading circle and its round base when the game loads the level in Level Info Menu.",
"type":"title"
},
"plate": {
"name": "Loading Plate Color",
"description": "Customize the colorof the loading module's round plate.\nSuggest a color similar to your background",
"type": "color",
"default": "000000"
},
"circle": {
"name": "Loading Circle Color",
"description": "Customize the color of the color of the loading module's round plate.\nSuggest a color that differs as far as possible to the plate color",
"type": "color",
"default": "FFFFFF"
}
}
}