-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
84 lines (84 loc) · 2.39 KB
/
Copy pathmod.json
File metadata and controls
84 lines (84 loc) · 2.39 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
{
"geode": "5.7.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"tags": [
"customization",
"enhancement"
],
"id": "catgirldev.ingame-progress-bar-color",
"name": "Custom In-Game Progress Bar Color",
"version": "2.0.2",
"developer": "catgirldev",
"description": "Change your in-game progress bar color!",
"settings": {
"practice-override": {
"type": "bool",
"name": "Override Practice",
"description": "Displays the new best color instead when you get a new best in practice mode.",
"default": false
},
"normal-mode-title": {
"type": "title",
"name": "Normal Mode",
"description": "These settings affect the progress bar color in normal mode."
},
"normal-preview": {
"name": "Preview",
"type": "custom:normal-preview"
},
"practice-mode-title": {
"type": "title",
"name": "Practice Mode",
"description": "These settings affect the progress bar color in practice mode."
},
"practice-preview": {
"name": "Preview",
"type": "custom:practice-preview"
},
"new-best-title": {
"type": "title",
"name": "On New Best",
"description": "These settings affect the progress bar color when you get a new best.\n\nPair with the Golden Best mod for the best experience."
},
"new-best-preview": {
"name": "Preview",
"type": "custom:new-best-preview"
},
"advanced-title": {
"type": "title",
"name": "Advanced Settings",
"description": "You don't need to change the settings below in most cases."
},
"gradient-segments": {
"type": "int",
"name": "Gradient Segments",
"description": "Number of color segments for spread gradients. More = smoother gradients.",
"default": 512,
"min": 128,
"max": 4096,
"control": {
"slider": true,
"slider-step": 32,
"arrows": false
}
}
},
"resources": {
"sprites": [
"./resources/misc/with*.png"
]
},
"links": {
"source": "https://github.com/AnhNguyenlost13/progress-bar-thingy",
"community": "https://discord.gg/uFj8SSUhRa"
},
"issues": {
"info": "Please report any problems or suggestions you have to this mod's GitHub repository by making an issue!",
"url": "https://github.com/AnhNguyenlost13/progress-bar-thingy/issues"
}
}