forked from gdlocalisation/gdl-source-code
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
39 lines (39 loc) · 874 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
{
"geode": "4.1.2",
"version": "v2.0.0",
"gd": {
"win": "2.2074"
},
"id": "gdlteam.gdl",
"name": "GDL",
"developer": "GDL Team",
"description": "Mod that translates GD into Russian language",
"early-load": true,
"resources": {
"files": [
"resources/patches/*",
"resources/loc/*",
"resources/fonts/*",
"resources/sprites/*",
"resources/spritesheets/*.plist"
],
"sprites": [
"resources/spritesheets/*.png"
]
},
"repository": "https://github.com/gdlocalisation",
"issues": {
"info": "You can report issues and ask questions in our [Discord server](https://discord.gg/CScsGU3N6M)",
"url": "https://discord.gg/CScsGU3N6M"
},
"links": {
"community": "https://discord.gg/CScsGU3N6M",
"homepage": "https://www.gdlocalisation.uk/",
"source": "https://github.com/gdlocalisation"
},
"api": {
"include": [
"api/*.hpp"
]
}
}