diff --git a/docs/components/sound.md b/docs/components/sound.md index f4734ff52c6..8227d9353d6 100644 --- a/docs/components/sound.md +++ b/docs/components/sound.md @@ -12,18 +12,18 @@ The sound component defines the entity as a source of sound or audio. The sound ```html + position="-10 0 0" sound="src: url(river.mp3); autoplay: true"> ``` ## Properties -| Property | Description | Default Value | -|----------|------------------------------------------------------------|---------------| -| autoplay | Whether to automatically play sound once set. | false | -| on | An event for the entity to listen to before playing sound. | click | -| loop | Whether to loop the sound once the sound finishes playing. | false | -| src | Path to sound file. | null | -| volume | How loud to play the sound. | 1 | +| Property | Description | Default Value | +|----------|-----------------------------------------------------------------------|---------------| +| autoplay | Whether to automatically play sound once set. | false | +| on | An event for the entity to listen to before playing sound. | null | +| loop | Whether to loop the sound once the sound finishes playing. | false | +| src | Selector to an asset `