-
Notifications
You must be signed in to change notification settings - Fork 5
/
mod.json
95 lines (95 loc) · 2.8 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"geode": "4.0.0-beta.2",
"version": "v4.3.0-beta.2",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"id": "cvolton.betterinfo",
"name": "BetterInfo",
"developer": "Cvolton",
"description": "betterinfo geode real (not fake)",
"links": {
"source": "https://github.com/cvolton/betterinfo-geode"
},
"tags": [
"online",
"enhancement",
"interface",
"utility"
],
"early-load": true,
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.17.0",
"importance": "required"
},
{
"id": "cvolton.misc_bugfixes",
"version": "v1.1.3",
"importance": "required"
},
{
"id": "cvolton.level-id-api",
"version": "v1.0.0",
"importance": "required"
}
],
"settings": {
"auto-submit": {
"name": "Auto submit to leaderboards",
"description": "Automatically submits your level score to the level leaderboards upon exiting a level",
"type": "bool",
"default": false,
"platforms": ["desktop"]
},
"alt-button": {
"name": "Alternative button texture",
"description": "BI :)",
"type": "bool",
"default": false
},
"level-info": {
"name": "Enable Extended Level Info",
"description": "Whether the custom level info dialog from BI should be used",
"type": "bool",
"default": true
},
"fix-green-users": {
"name": "Fix broken usernames",
"description": "Whether destroyed green usernames no longer returned by the servers should be fixed using data from the GDHistory project",
"type": "bool",
"default": true
},
"white-id": {
"name": "White Level ID text",
"description": "Displays level IDs in level search white instead of grey. Useful if you have transparent lists",
"type": "bool",
"default": false
},
"show-comment-ids": {
"name": "Show comment IDs",
"description": "Whether comment IDs should be shown in comment cells",
"type": "bool",
"default": false
},
"show-level-ids": {
"name": "Show level IDs",
"description": "Whether level IDs should be shown in level cells",
"type": "bool",
"default": true
}
},
"resources": {
"sprites": [
"resources/*.png"
],
"spritesheets": {
"SearchButtons-410": [
"resources/searchbuttons-410/*.png"
]
}
}
}