mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-23 17:00:21 +01:00
Movestone servo-motor sound (#487)
This commit is contained in:
parent
75bd1e8be6
commit
de4eeebd3b
@ -66,6 +66,7 @@ function mesecon.register_movestone(name, def, is_sticky, is_vertical)
|
|||||||
mesecon.on_dignode(pos, node)
|
mesecon.on_dignode(pos, node)
|
||||||
mesecon.on_placenode(frontpos, node)
|
mesecon.on_placenode(frontpos, node)
|
||||||
minetest.get_node_timer(frontpos):start(timer_interval)
|
minetest.get_node_timer(frontpos):start(timer_interval)
|
||||||
|
minetest.sound_play("movestone", {pos = pos, max_hear_distance = 20, gain = 0.5,})
|
||||||
|
|
||||||
-- ### Step 3: If sticky, pull stack behind ###
|
-- ### Step 3: If sticky, pull stack behind ###
|
||||||
if is_sticky then
|
if is_sticky then
|
||||||
|
BIN
mesecons_movestones/sounds/movestone.ogg
Normal file
BIN
mesecons_movestones/sounds/movestone.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user