-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
38 lines (38 loc) · 759 Bytes
/
mod.json
File metadata and controls
38 lines (38 loc) · 759 Bytes
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
{
"geode": "5.5.2",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081"
},
"id": "zilko.clickable_dots",
"links": {
"source": "https://github.com/ZiLko/Clickable-Dots",
"community": "https://discord.gg/w6yvdzVzBd"
},
"tags": [
"editor",
"enhancement",
"interface",
"utility",
"bugfix"
],
"name": "Clickable Dots",
"version": "v1.0.7",
"developer": "Zilko",
"description": "Lets you click these page dots",
"settings": {
"disable": {
"name": "Disable",
"description": "Disables the mod.",
"type": "bool",
"default": false
},
"fix-position": {
"name": "Fix Dots Position",
"description": "Fixes dots going off-screen when theres too many pages.",
"type": "bool",
"default": true
}
}
}