Default: Reduce sand footstep and dug sound gains
This commit is contained in:
parent
6749da1070
commit
14334a1d89
@ -40,9 +40,9 @@ end
|
|||||||
function default.node_sound_sand_defaults(table)
|
function default.node_sound_sand_defaults(table)
|
||||||
table = table or {}
|
table = table or {}
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name = "default_sand_footstep", gain = 0.2}
|
{name = "default_sand_footstep", gain = 0.12}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name = "default_sand_footstep", gain = 0.4}
|
{name = "default_sand_footstep", gain = 0.24}
|
||||||
table.place = table.place or
|
table.place = table.place or
|
||||||
{name = "default_place_node", gain = 1.0}
|
{name = "default_place_node", gain = 1.0}
|
||||||
default.node_sound_defaults(table)
|
default.node_sound_defaults(table)
|
||||||
|
Loading…
Reference in New Issue
Block a user