mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
4a06a5891d
commit
c5a0752228
@ -5029,7 +5029,7 @@
|
||||
"description": "An optional rename of this object"
|
||||
},
|
||||
"creditsType": {
|
||||
"default": "fast",
|
||||
"default": "none",
|
||||
"$ref": "#/definitions/NHCreditsType"
|
||||
},
|
||||
"gameOverText": {
|
||||
@ -5037,10 +5037,17 @@
|
||||
"description": "Text displayed in orange on game over. For localization, put translations under UI."
|
||||
},
|
||||
"deathType": {
|
||||
"description": "The type of death the player will have if they enter this volume.",
|
||||
"description": "The type of death the player will have if they enter this volume. Don't set to have the camera just fade out.",
|
||||
"default": "default",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/NHDeathType"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"NHCreditsType": {
|
||||
@ -5049,12 +5056,14 @@
|
||||
"x-enumNames": [
|
||||
"Fast",
|
||||
"Final",
|
||||
"Kazoo"
|
||||
"Kazoo",
|
||||
"None"
|
||||
],
|
||||
"enum": [
|
||||
"fast",
|
||||
"final",
|
||||
"kazoo"
|
||||
"kazoo",
|
||||
"none"
|
||||
]
|
||||
},
|
||||
"CometTailModule": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user