Merge branch 'main' into ts_settings

This commit is contained in:
Timo K
2022-06-08 16:40:51 +02:00
36 changed files with 197 additions and 150 deletions

View File

@@ -99,9 +99,10 @@ export const SettingsModal = (props: Props) => {
<FieldRow>
<InputField
id="spatialAudio"
label="Spatial audio (experimental)"
label="Spatial audio"
type="checkbox"
checked={spatialAudio}
description="This will make a speaker's audio seem as if it is coming from where their tile is positioned on screen. (Experimental feature: this may impact the stability of audio.)"
// @ts-ignore
onChange={(event: Event) => setSpatialAudio(event.target.checked)}
/>