forked from FireMario211/Prism-Menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
48 lines (48 loc) · 1.1 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
{
"geode": "2.0.0-beta.24",
"version": "v1.6.4",
"gd": {
"win": "2.204",
"mac": "2.200",
"android": "2.205"
},
"id": "firee.PrismMenu",
"name": "Prism Menu",
"developer": "Firee",
"description": "A cross-platform mod menu for Geode.",
"early-load": true,
"repository": "https://github.com/FireMario211/Prism-Menu",
"resources": {
"files": [
"resources/icon.png",
"resources/Screenshot1.png",
"resources/infoIcon-uhd.png",
"resources/infoIcon-hd.png",
"resources/infoIcon.png",
"resources/checkmark.png",
"resources/checkmark-hd.png",
"resources/checkmark-uhd.png",
"resources/Screenshot2.png",
"resources/PrismMenu.otf",
"resources/Hack-Regular.ttf",
"resources/themes.json",
"resources/hacks/README.md",
"resources/hacks/*.json",
"resources/langs/*.json"
],
"fonts": {
"PrismMenu": {
"path": "resources/PrismMenu.otf",
"size": 128,
"charset": "21-383,460-513,535-540,561-564,578-581,898-1500,7681-7930,26085,26412,35486"
}
}
},
"settings": {
"values": {
"name": "Hack Values",
"description": "NONE",
"type": "custom"
}
}
}