mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Footstep sounds: 5 new sounds
Original recording by Ryding. http://freesound.org/people/Ryding/ Found by Anth0rx, edited by paramat. Add and use 'default.node_sound_snow_defaults()' function.
This commit is contained in:
parent
045abbd6d7
commit
3f14d1012d
10 changed files with 73 additions and 30 deletions
|
@ -779,9 +779,5 @@ stairs.register_stair_and_slab(
|
|||
{"default_snow.png"},
|
||||
"Snow Block Stair",
|
||||
"Snow Block Slab",
|
||||
default.node_sound_dirt_defaults({
|
||||
footstep = {name = "default_snow_footstep", gain = 0.15},
|
||||
dug = {name = "default_snow_footstep", gain = 0.2},
|
||||
dig = {name = "default_snow_footstep", gain = 0.2}
|
||||
})
|
||||
default.node_sound_snow_defaults()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue