forked from EclipseMenu/EclipseMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
55 lines (55 loc) · 1.31 KB
/
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
49
50
51
52
53
54
55
{
"geode": "3.5.0",
"gd": {
"win": "2.206",
"mac": "2.206",
"android": "2.206",
"ios": "2.206"
},
"version": "v1.0.0-alpha.1",
"id": "eclipse.eclipse-menu",
"name": "Eclipse",
"links": {
"source": "https://github.com/EclipseMenu/EclipseMenu"
},
"tags": ["cheats", "gameplay", "utility", "customization", "interface"],
"developers": ["Eclipse Team", "ninXout", "Prevter", "maxnu", "Firee", "SpaghettDev"],
"description": "A next-generation mod menu for Geometry Dash.",
"early-load": true,
"incompatibilities": [
{
"id": "prevter.openhack",
"version": "*",
"importance": "superseded"
},
{
"id": "maxnu.gd_mega_overlay",
"version": "*",
"importance": "superseded"
},
{
"id": "ninxout.crystal_client",
"version": "*",
"importance": "superseded"
}
],
"resources": {
"files": [
"resources/Blur/*.glsl",
"resources/Rubik-Regular.ttf",
"resources/Themes/*.json",
"resources/Themes/*.zip"
],
"sprites": [
"resources/ECLIPSE-android.png"
]
},
"settings": {
"legacy-render": {
"name": "Use Legacy rendering",
"description": "Use OpenGL 2.0 instead of OpenGL 3.0 for rendering, which can solve some rendering issues on older hardware.\nThis setting disables some features like blur and internal recorder.",
"type": "bool",
"default": false
}
}
}