-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmod.json
More file actions
81 lines (81 loc) · 1.87 KB
/
mod.json
File metadata and controls
81 lines (81 loc) · 1.87 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"version": "v1.0.2",
"id": "xanii.super_expert",
"name": "Super Expert",
"developers": [
"Xanii",
"AdyaGD"
],
"description": "Mario Maker's 'Super Expert Run' in Geometry Dash!",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.17.0",
"importance": "required"
}
],
"incompatibilities": [
{
"id": "capeling.goodbye_unnecessary_buttons",
"importance": "breaking",
"version": "*"
}
],
"resources": {
"sprites": [
"resources/*.png"
],
"files": [
"resources/*.mp3"
]
},
"repository": "https://github.com/LXanii/Super-Expert",
"settings": {
"map-music": {
"name": "Map Music",
"description": "Toggle on or off the super expert music whilst in the map",
"type": "bool",
"default": true
},
"coin-lives": {
"name": "Coin Lives",
"description": "Gives the player lives for any coins they may pick up in a run",
"type": "bool",
"default": true
},
"level-info": {
"name": "Level Info",
"description": "Opens the level page instead of sending straight into the level (useful for downloading songs)",
"type": "bool",
"default": false
},
"skips": {
"name": "Skips",
"description": "Sets the amount of skips allowed in a run.\n<cr>SET THIS BEFORE A RUN</c>",
"type": "int",
"default": 3,
"min": 0,
"max": 99
},
"lives": {
"name": "Lives",
"description": "Sets the amount of lives per run.\n<cr>SET THIS BEFORE A RUN</c>",
"type": "int",
"default": 30,
"min": 0,
"max": 99
},
"show-versus-button": {
"name": "Show Versus Button",
"description": "Show the versus button. Only works with Pages API installed",
"type": "bool",
"default": false
}
}
}