Updated Schemas

This commit is contained in:
Ben C 2024-02-03 21:11:25 +00:00
parent 1a56fe1ab2
commit 73b818d0b4

View File

@ -27,6 +27,17 @@
"type": "boolean", "type": "boolean",
"description": "If popupMessage is set, should it repeat every time the game starts or only once" "description": "If popupMessage is set, should it repeat every time the game starts or only once"
}, },
"preloadAssetBundles": {
"type": "array",
"description": "These asset bundles will be loaded on the title screen and stay loaded. Will improve initial load time at the cost of increased memory use.\nThe path is the relative directory of the asset bundle in the mod folder.",
"items": {
"type": "string"
}
},
"subtitlePath": {
"type": "string",
"description": "The path to the addons subtitle for the main menu.\nDefaults to \"subtitle.png\"."
},
"$schema": { "$schema": {
"type": "string", "type": "string",
"description": "The schema to validate with" "description": "The schema to validate with"