Skip to content

Commit

Permalink
Default: Reduce sand footstep and dug sound gains
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Mar 25, 2016
1 parent 6749da1 commit 14334a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/functions.lua
Expand Up @@ -40,9 +40,9 @@ end
function default.node_sound_sand_defaults(table)
table = table 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
{name = "default_sand_footstep", gain = 0.4}
{name = "default_sand_footstep", gain = 0.24}
table.place = table.place or
{name = "default_place_node", gain = 1.0}
default.node_sound_defaults(table)
Expand Down

0 comments on commit 14334a1

Please sign in to comment.