-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
122 lines (113 loc) · 3.05 KB
/
mod.json
File metadata and controls
122 lines (113 loc) · 3.05 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
{
"geode": "5.7.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "dasshu.better-gauntlets",
"name": "Better Gauntlets",
"version": "v1.8.0-beta.26",
"developer": "DasshuDev",
"description": "Bring the Gauntlets to life!",
"links": {
"source": "https://github.com/DasshuDev/BetterGauntlets",
"community": "https://discord.gg/F94qat6N3D",
"homepage": "https://dasshu.dev/"
},
"issues": {
"info": "https://github.com/DasshuDev/BetterGauntlets/issues"
},
"tags": [
"customization", "enhancement", "interface"
],
"resources": {
"files": [
"resources/fonts/*.fnt",
"resources/fonts/*.png"
],
"sprites": [
"resources/*.png",
"resources/GauntletSelectLayer/**/*.png"
],
"spritesheets": {
"GauntletIconSheet_001": [
"resources/GauntletLayer/levelSprites/*.png"
],
"GauntletUISheet_001":[
"resources/GauntletLayer/UI/*.png",
"resources/GauntletSelectLayer/*.png"
],
"DialogIconSheet_001":[
"resources/DialogIcons/*.png"
]
}
},
"dependencies": {
"geode.node-ids": {"version": ">=1.19.0", "required": true},
"alphalaneous.alphas-ui-pack": {"version": ">=1.0.0", "required": true},
"arcticwoof.gauntlets_deluxe": {"version": ">=1.0.0", "required": false}
},
"settings": {
"general": {
"name": "General Settings",
"type": "title"
},
"rescale-refresh-spr": {
"name": "Rescale Loading Circle",
"description": "<cg>Rescales</c> the loading circle visible when loading Gauntlet Levels. <cy>Use the arrows for better accuracy</c>!",
"type": "float",
"default": 1.0,
"min": 0.75,
"max": 1.25,
"control": {
"arrows": true,
"big-arrows": false,
"slider": true,
"arrow-step": 0.01,
"slider-step": 0.05,
"input": false
}
},
"enable-background-particles": {
"name": "Background Particles",
"description": "Enables the <cg>background particles</c> added by <cc>**Better Gauntlets**</c>.\n\nYou'll need to <cj>reload</c> the layer to see changes (exit and re-enter the Gauntlet Screen(s)).",
"type": "bool",
"default": true
},
"GauntletSelectLayer": {
"name": "GauntletSelectLayer",
"type": "title"
},
"gauntlet-scroll": {
"name": "Gauntlets Scroll",
"description": "Enables <cg>scrolling</c> on the Gauntlet Select Layer using ScrollLayer.",
"type": "bool",
"default": false,
"enable-if": "loaded:alphalaneous.alphas-ui-pack",
"enable-if-description": "This feature requires the Alphas UI Pack API."
},
"GauntletLayer": {
"name": "GauntletLayer",
"type": "title"
},
"level-hover": {
"name": "Islands Hover",
"description": "Gauntlet Islands will have a <cg>hovering animation</c>.",
"type": "bool",
"default": true
},
"vault-tooltip": {
"name": "Toggle Vault Tooltip",
"description": "<cg>Toggles</c> the tooltip for the Gauntlet's Vault Levels.",
"type": "bool",
"default": true
},
"experimental": {
"name": "Experimental Settings",
"type": "title",
"description": "Category used for <cr>experimental features/settings</c>."
}
}
}