Remove example sound parameter table

This commit is contained in:
Bituvo 2024-04-21 09:35:38 -04:00
parent 05d13588ea
commit ab5b357f07
1 changed files with 0 additions and 6 deletions

View File

@ -193,12 +193,6 @@ Examples of sound parameter tables:
pos = {x = 1, y = 2, z = 3},
gain = 1.0, -- default
}
-- Play connected to an object, looped
{
object = <an ObjectRef>,
gain = 1.0, -- default
loop = true,
}
```
Looped sounds must be played locationless.