mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
|
{
|
||
|
"geode": "v@PROJECT_VERSION@",
|
||
|
"id": "geode.loader",
|
||
|
"version": "v@PROJECT_VERSION@",
|
||
|
"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
|
||
|
}
|
||
|
},
|
||
|
"files": [
|
||
|
"images/*.png",
|
||
|
"sounds/*.ogg"
|
||
|
],
|
||
|
"spritesheets": {
|
||
|
"LogoSheet": [
|
||
|
"logos/*.png"
|
||
|
],
|
||
|
"APISheet": [
|
||
|
"*.png"
|
||
|
],
|
||
|
"BlankSheet": [
|
||
|
"blanks/*.png"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"settings": {
|
||
|
"show-platform-console": {
|
||
|
"type": "bool",
|
||
|
"default": false,
|
||
|
"name": "Show Platform Console",
|
||
|
"description": "Show the native console (if one exists). <cr>This setting is meant for developers</c>."
|
||
|
}
|
||
|
}
|
||
|
}
|