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
53230dfcf3
commit
d5ec0b20f3
@ -1773,9 +1773,16 @@
|
||||
"description": "Type of singularity (white hole or black hole)",
|
||||
"$ref": "#/definitions/SingularityType"
|
||||
},
|
||||
"hasAudio": {
|
||||
"hasWarpEffects": {
|
||||
"type": "boolean",
|
||||
"description": "Whether it has ambient audio"
|
||||
"description": "Whether a black hole emits blue particles upon warping. It doesn't scale, so disabling this for small black holes is recommended"
|
||||
},
|
||||
"renderQueueOverride": {
|
||||
"type": "integer",
|
||||
"description": "Optional override for the render queue. If the singularity is rendering oddly, increasing this to 3000 can help",
|
||||
"format": "int32",
|
||||
"maximum": 3500.0,
|
||||
"minimum": 2501.0
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user