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
df0a182a78
commit
a6e4760732
@ -3457,6 +3457,18 @@
|
|||||||
"pauseOnFadeOut": {
|
"pauseOnFadeOut": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Pause the music when exiting the volume."
|
"description": "Pause the music when exiting the volume."
|
||||||
|
},
|
||||||
|
"spatialBlend": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Whether the audio sounds like it emits from the center of the volume."
|
||||||
|
},
|
||||||
|
"spread": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "If spatialBlend is true, how much does the direction of audio \"spread\" out from facing the center, between 0 and 180 degrees.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 180.0,
|
||||||
|
"maximum": 180.0,
|
||||||
|
"minimum": 0.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user