mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 07:59:32 +01:00
Add ignite sound to TNT
This commit is contained in:
parent
56f0f67dfe
commit
b105e42035
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function spawn_tnt(pos, entname)
|
||||
minetest.sound_play("", {pos = pos,gain = 1.0,max_hear_distance = 15,})
|
||||
minetest.sound_play("tnt_ignite", {pos = pos,gain = 1.0,max_hear_distance = 15,})
|
||||
return minetest.env:add_entity(pos, entname)
|
||||
end
|
||||
|
||||
|
|
BIN
mods/tnt/sounds/tnt_ignite.ogg
Normal file
BIN
mods/tnt/sounds/tnt_ignite.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue