2022-09-28 10:38:02 -04:00
|
|
|
{
|
2023-02-22 05:19:17 -05:00
|
|
|
"geode": "@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@",
|
2022-09-28 10:38:02 -04:00
|
|
|
"id": "geode.loader",
|
2022-12-12 08:45:27 -05:00
|
|
|
"version": "@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@",
|
2022-09-28 10:38:02 -04:00
|
|
|
"name": "Geode",
|
|
|
|
"developer": "Geode Team",
|
|
|
|
"description": "The Geode mod loader",
|
|
|
|
"repository": "https://github.com/geode-sdk/geode",
|
|
|
|
"resources": {
|
|
|
|
"fonts": {
|
|
|
|
"mdFont": {
|
|
|
|
"path": "fonts/Ubuntu-Regular.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontB": {
|
|
|
|
"path": "fonts/Ubuntu-Bold.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontI": {
|
|
|
|
"path": "fonts/Ubuntu-Italic.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontBI": {
|
|
|
|
"path": "fonts/Ubuntu-BoldItalic.ttf",
|
|
|
|
"size": 80
|
|
|
|
},
|
|
|
|
"mdFontMono": {
|
|
|
|
"path": "fonts/UbuntuMono-Regular.ttf",
|
|
|
|
"size": 80
|
|
|
|
}
|
|
|
|
},
|
2022-10-03 06:51:48 -04:00
|
|
|
"sprites": [
|
|
|
|
"images/*.png"
|
|
|
|
],
|
2022-09-28 10:38:02 -04:00
|
|
|
"files": [
|
|
|
|
"sounds/*.ogg"
|
|
|
|
],
|
|
|
|
"spritesheets": {
|
|
|
|
"LogoSheet": [
|
|
|
|
"logos/*.png"
|
|
|
|
],
|
|
|
|
"APISheet": [
|
|
|
|
"*.png"
|
|
|
|
],
|
|
|
|
"BlankSheet": [
|
|
|
|
"blanks/*.png"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"show-platform-console": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": false,
|
|
|
|
"name": "Show Platform Console",
|
2022-10-05 08:41:05 -04:00
|
|
|
"description": "Show the native console (if one exists). <cr>This setting is meant for developers</c>"
|
|
|
|
},
|
|
|
|
"auto-check-updates": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": true,
|
|
|
|
"name": "Check For Updates",
|
|
|
|
"description": "Automatically check for <cy>updates</c> to Geode on startup"
|
2022-10-06 13:58:05 -04:00
|
|
|
},
|
|
|
|
"auto-update-mods": {
|
|
|
|
"type": "bool",
|
|
|
|
"default": true,
|
|
|
|
"name": "Auto-Update Mods",
|
|
|
|
"description": "Automatically update <cp>mods</c> on startup"
|
2022-09-28 10:38:02 -04:00
|
|
|
}
|
2022-09-29 08:17:02 -04:00
|
|
|
},
|
|
|
|
"issues": {
|
|
|
|
"info": "Post your issues on the <cp>Geode Github Repository</c>. <cy>Please follow the standard issue format</c>.",
|
|
|
|
"url": "https://github.com/geode-sdk/geode/issues/new"
|
2022-09-28 10:38:02 -04:00
|
|
|
}
|
|
|
|
}
|