forked from Prevter/OpenHack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
45 lines (45 loc) · 902 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
{
"geode": "2.0.0-beta.26",
"gd": {
"win": "2.204"
},
"version": "v2.3.2",
"id": "prevter.openhack",
"name": "OpenHack",
"developer": "Prevter",
"description": "A collection of hacks for Geometry Dash",
"tags": [
"Universal",
"Gameplay",
"Cheats"
],
"repository": "https://github.com/Prevter/GDOpenHack",
"issues": {
"info": "Join the Discord server for support",
"url": "https://discord.gg/HaHn7RSJ4Q"
},
"resources": {
"sprites": [
"screenshot-res.png"
],
"files": [
"resources/fonts/*",
"resources/hacks/*",
"resources/licenses/*"
]
},
"early-load": true,
"api": {
"include": [
"api/*.hpp"
]
},
"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",
"type": "bool",
"default": false
}
}
}