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
397d9ec4c8
commit
ecbb44bcd8
@ -1650,9 +1650,53 @@
|
||||
"audio": {
|
||||
"type": "string",
|
||||
"description": "The radius of this audio volume"
|
||||
},
|
||||
"track": {
|
||||
"description": "The audio track of this audio volume",
|
||||
"$ref": "#/definitions/AudioMixerTrackName"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AudioMixerTrackName": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
"x-enumNames": [
|
||||
"Undefined",
|
||||
"Menu",
|
||||
"Music",
|
||||
"Environment",
|
||||
"Environment_Unfiltered",
|
||||
"EndTimes_SFX",
|
||||
"Signal",
|
||||
"Death",
|
||||
"Player",
|
||||
"Player_External",
|
||||
"Ship",
|
||||
"Map",
|
||||
"EndTimes_Music",
|
||||
"MuffleWhileRafting",
|
||||
"MuffleIndoors",
|
||||
"SlideReelMusic"
|
||||
],
|
||||
"enum": [
|
||||
"undefined",
|
||||
"menu",
|
||||
"music",
|
||||
"environment",
|
||||
"environmentUnfiltered",
|
||||
"endTimesSfx",
|
||||
"signal",
|
||||
"death",
|
||||
"player",
|
||||
"playerExternal",
|
||||
"ship",
|
||||
"map",
|
||||
"endTimesMusic",
|
||||
"muffleWhileRafting",
|
||||
"muffleIndoors",
|
||||
"slideReelMusic"
|
||||
]
|
||||
},
|
||||
"SignalInfo": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user