performance comment

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-12 15:51:23 +02:00
parent ce1961e34e
commit fe0f2872fc
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ In order to create a silent zone:
{.alert.alert-info}
As an alternative, you may also put the `silent` property on a layer (rather than putting them on an "area" object)
but we advise to stick with "area" objects for better performance!
## Playing sounds or background music
@@ -33,3 +34,4 @@ In order to create a zone that triggers sounds/music:
{.alert.alert-info}
As an alternative, you may also put the `playAudio` properties on a layer (rather than putting them on an "area" object)
but we advise to stick with "area" objects for better performance!