-
Notifications
You must be signed in to change notification settings - Fork 2
/
mod.json
36 lines (36 loc) · 987 Bytes
/
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
{
"geode": "2.0.0",
"version": "v1.1.1",
"gd": "2.204",
"id": "itzkiba.formatted_platformer_time",
"name": "Formatted Platformer Time",
"developer": "ItzKiba",
"description": "Sets the platformer time to HH:MM:SS:ss format",
"repository": "https://github.com/ItzKiba/FormattedPlatformerTime",
"settings": {
"show-all": {
"name": "Show All Zeros",
"type": "bool",
"default": false,
"description": "All unused slots in the timer will be filled with zeros.\n\nFor example, a time of <cg>1:09</c> will display as <cg>0:01:09.00</c>."
},
"remove-ms": {
"name": "Remove Milliseconds",
"type": "bool",
"default": false
},
"rainbow-mode": {
"name": "Rainbow Timer",
"type": "bool",
"default": false
},
"rainbow-speed": {
"name": "Hue Shift Speed",
"type": "float",
"default": 1.0,
"min": 0.1,
"max": 10,
"description": "Changes the hue shift speed of the rainbow timer.\n\n<cg>Lower values = Faster hue shifts</c>."
}
}
}