mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'preload-bundles' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into preload-bundles
This commit is contained in:
commit
2bd8863c91
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user