-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
48 lines (48 loc) · 1015 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"geode": "3.4.0",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"id": "limegradient.dashify",
"name": "Dashify",
"version": "v1.0.0",
"developer": "LimeGradient",
"description": "Spotify Integration in GD!",
"resources": {
"spritesheets": {
"spotidash-sheet": [
"resources/*.png"
]
},
"files": [
"src/crow_pages/callback.html"
]
},
"links": {
"source": "https://github.com/LimeGradient/Dashify",
"community": "https://discord.gg/FtVqAhcWQN"
},
"settings": {
"show-dashify-button": {
"name": "Show Dashify Button",
"description": "Show the Dashify Button to toggle the Playhead",
"type": "bool",
"default": true
},
"show-only-editor": {
"name": "Show Only in Editor",
"description": "Show the Playhead only in the editor",
"type": "bool",
"default": false
},
"show-in-level": {
"name": "Show in Level",
"description": "Show the Playhead in levels",
"type": "bool",
"default": true
}
}
}