more docs changes

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-12 15:43:32 +02:00
parent a71d29d997
commit ce1961e34e
4 changed files with 15 additions and 3 deletions
+6
View File
@@ -13,6 +13,9 @@ In order to create a silent zone:
* Object must be of type "`area`"
* In object properties, you MUST add a boolean "`silent`" property. If the silent property is checked, the users are entering the silent zone when they walk on the area.
{.alert.alert-info}
As an alternative, you may also put the `silent` property on a layer (rather than putting them on an "area" object)
## Playing sounds or background music
Your map can define special zones where a sound or background music will automatically be played.
@@ -27,3 +30,6 @@ In order to create a zone that triggers sounds/music:
{.alert.alert-info}
"`playAudioLoop`" is deprecated and should not be used anymore.
{.alert.alert-info}
As an alternative, you may also put the `playAudio` properties on a layer (rather than putting them on an "area" object)