]> git.lizzy.rs Git - minetest.git/commit
Add sounds for falling and attached nodes (#7719)
authorDS <vorunbekannt75@web.de>
Tue, 5 Mar 2019 07:17:48 +0000 (08:17 +0100)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Tue, 5 Mar 2019 07:17:48 +0000 (08:17 +0100)
commit60ab2d94f07953e74fc98a33d468328c2adac75b
tree6174d405b25768f467e3bb4d6e0b036842c63201
parentee698770b98145bbb39f8671f8586e835b2e9ab4
Add sounds for falling and attached nodes (#7719)

* Add sounds for falling and attached nodes

The sound specified in `node_definition.sounds.fall` is used.
When a falling node is spawned at a position or an attached node drops, the sound is played at this position.

* allow all sorts of soundspecs
builtin/game/falling.lua
doc/lua_api.txt