Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
77 lines (77 loc) · 1.87 KB

File metadata and controls

77 lines (77 loc) · 1.87 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"geode": "4.1.1",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"android": "2.2074",
"ios": "2.2074"
},
"version": "v1.0.0-beta.4",
"id": "eclipse.eclipse-menu",
"name": "GMDprivateServer",
"links": {
"source": "https://github.com/EclipseMenu/EclipseMenu",
"community": "https://discord.gg/NnpwFRDMND"
},
"api": { "include": [ "include/*.hpp" ] },
"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/Fonts/*.ttf",
"resources/Licenses/*.txt",
"resources/Themes/*.json",
"resources/translations/*.json",
"resources/BitmapFonts/font_default*"
],
"sprites": [
"resources/ECLIPSE-android.png",
"resources/checkmark.png",
"resources/circle.png"
],
"spritesheets": {
"emojis": [ "resources/Emojis/*.png" ]
}
},
"dependencies": [
{
"id": "eclipse.ffmpeg-api",
"version": ">=1.1.3",
"importance": "suggested"
}
],
"settings": {
"legacy-render": {
"name": "Use Legacy rendering",
"description": "Disables some newer OpenGL features, which can solve some rendering issues on older hardware (at the cost of performance).",
"type": "bool",
"default": false
},
"reset-theme": {
"type": "custom:custom-btn",
"name": "Reset theme?",
"description": "Reset the theme to the default one.",
"default": "Reset"
}
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.