-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
138 lines (138 loc) · 3.94 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"geode": "4.2.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"tags": [
"customization",
"enhancement"
],
"id": "catgirldev.ingame-progress-bar-color",
"name": "Custom In-Game Progress Bar Color",
"version": "1.7.3",
"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-working-mode": {
"type": "string",
"name": "Color",
"one-of": [
"Player Col 1",
"Player Col 2",
"Player Glow",
"Chroma",
"Pastel",
"Custom"
],
"description": "You can configure the chroma, pastel and custom colors below. Support for gradient mode will be added in the future.",
"default": "Player Col 1"
},
"normal-custom-color": {
"type": "rgb",
"name": "Custom Color",
"default": "#FFB2FF"
},
"normal-rgb-speed": {
"type": "float",
"name": "Update Speed",
"description": "How fast the color updates. The higher the value the faster the speed.",
"default": 0.123456,
"min": 0,
"max": 1
},
"practice-mode-title": {
"type": "title",
"name": "Practice Mode",
"description": "These settings affect the progress bar color in practice mode."
},
"practice-working-mode": {
"type": "string",
"name": "Color",
"one-of": [
"Player Col 1",
"Player Col 2",
"Player Glow",
"Chroma",
"Pastel",
"Custom"
],
"description": "You can configure the chroma, pastel and custom colors below. Support for gradient mode will be added in the future.",
"default": "Player Col 1",
"enable-if": "practice-mode-toggle"
},
"practice-custom-color": {
"type": "rgb",
"name": "Custom Color",
"default": "#83CBFF",
"enable-if": "practice-mode-toggle"
},
"practice-rgb-speed": {
"type": "float",
"name": "Update Speed",
"description": "How fast the color updates. The higher the value the faster the speed.",
"default": 0.123456,
"min": 0,
"max": 1,
"enable-if": "practice-mode-toggle"
},
"new-best-title": {
"type": "title",
"name": "On New Best",
"description": "These settings affect the progress bar color when you get a new best.\n\nI recommend you also use the Golden Best mod!"
},
"enby-working-mode": {
"type": "string",
"name": "Color",
"one-of": [
"Player Col 1",
"Player Col 2",
"Player Glow",
"Chroma",
"Pastel",
"Custom"
],
"description": "You can configure the chroma, pastel and custom colors below. Support for gradient mode will be added in the future.",
"default": "Player Col 1"
},
"enby-custom-color": {
"type": "rgb",
"name": "Custom Color",
"default": "#FFFFFF"
},
"enby-rgb-speed": {
"type": "float",
"name": "Update Speed",
"description": "How fast the color updates. The higher the value the faster the speed.",
"default": 0.123456,
"min": 0,
"max": 1
}
},
"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"
}
}