1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-21 20:10:17 +02:00

Remove example sound parameter table

This commit is contained in:
Bituvo 2024-04-21 09:35:38 -04:00
parent 05d13588ea
commit ab5b357f07

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.