Minor edit to README

This commit is contained in:
Jordan Irwin 2021-08-11 08:26:16 -07:00
parent b457c04f27
commit c7db78472e

View File

@ -208,6 +208,8 @@ sounds.horse_neigh(2, {gain=1.0})
sounds.horse_neigh:play(2, {gain=1.0})
```
#### Node Sounds:
`SoundGroup` objects can also be used in node registration:
```lua
minetest.register_node("foo:bar", {