mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Reduce snow footstep gain
This commit is contained in:
parent
e45b9e6b68
commit
db562c91db
@ -74,7 +74,7 @@ end
|
|||||||
function mcl_sounds.node_sound_snow_defaults(table)
|
function mcl_sounds.node_sound_snow_defaults(table)
|
||||||
table = table or {}
|
table = table or {}
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name="pedology_snow_soft_footstep", gain=0.7}
|
{name="pedology_snow_soft_footstep", gain=0.5}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name="pedology_snow_soft_footstep", gain=1.0}
|
{name="pedology_snow_soft_footstep", gain=1.0}
|
||||||
table.dig = table.dig or
|
table.dig = table.dig or
|
||||||
|
Loading…
Reference in New Issue
Block a user