Default: Reduce sand footstep and dug sound gains
authorparamat <mat.gregory@virginmedia.com>
Thu, 24 Mar 2016 03:00:43 +0000 (03:00 +0000)
committerparamat <mat.gregory@virginmedia.com>
Fri, 25 Mar 2016 13:15:22 +0000 (13:15 +0000)
mods/default/functions.lua

index a85009bf248d010981940fdd153032afd67494cc..dc46726afd28d22c430836d8e007d80a7f1ad3ac 100644 (file)
@@ -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)