forked from Chs000-00/WaveCursor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
67 lines (67 loc) · 1.52 KB
/
mod.json
File metadata and controls
67 lines (67 loc) · 1.52 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
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"mac": "2.2081"
},
"id": "chs000.wavecursor",
"name": "Wave Cursor",
"version": "v1.2.4",
"developer": "chs000",
"description": "Changes your in-game cursor to your wave icon",
"settings": {
"cursor": {
"type": "title",
"name": "Cursor"
},
"cursor-size": {
"type": "int",
"name": "Cursor size",
"description": "How large should the cursor appear?",
"default": 55,
"min": 40,
"max": 90,
"control": {
"slider": true
}
},
"show-in-levels": {
"type": "bool",
"name": "Custom cursor in Levels",
"description": "Show the custom cursor while playing levels (not just in menus)",
"default": true
},
"trail": {
"type": "title",
"name": "Trail"
},
"enable-trail": {
"type": "bool",
"name": "Enable Trail",
"description": "Enable or disable showing a trail following the mouse cursor",
"default": true
},
"trail-width": {
"type": "float",
"name": "Trail Width",
"description": "How wide should the cursor's trail appear?",
"default": 10,
"min": 5,
"max": 20,
"control": {
"slider": true
}
}
},
"tags": [
"customization", "enhancement", "universal", "interface"
],
"links": {
"source": "https://github.com/Chs000-00/WaveCursor"
},
"resources": {
"sprites": [
"resources/sog.png"
]
}
}