forked from VoxeLibre/VoxeLibre
New calmer water footstep sounds
This commit is contained in:
parent
e7ace0c87c
commit
6111f3465a
|
@ -39,8 +39,8 @@ Metal sounds:
|
||||||
default_place_node_metal.*.ogg - Ogrebane - CC0
|
default_place_node_metal.*.ogg - Ogrebane - CC0
|
||||||
- http://opengameart.org/content/wood-and-metal-sound-effects-volume-2
|
- http://opengameart.org/content/wood-and-metal-sound-effects-volume-2
|
||||||
|
|
||||||
AGFX (CC BY 3.0):
|
original by anonymous (CC0 1.0), mastering by iliekprogrammar (CC0 1.0):
|
||||||
https://www.freesound.org/people/AGFX/packs/1253/
|
https://freesound.org/people/deleted_user_2104797/sounds/166313/
|
||||||
default_water_footstep.*.ogg
|
default_water_footstep.*.ogg
|
||||||
|
|
||||||
blukotek (CC0 1.0):
|
blukotek (CC0 1.0):
|
||||||
|
|
|
@ -166,7 +166,7 @@ end
|
||||||
function mcl_sounds.node_sound_water_defaults(table)
|
function mcl_sounds.node_sound_water_defaults(table)
|
||||||
table = table or {}
|
table = table or {}
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name = "default_water_footstep", gain = 0.2}
|
{name = "default_water_footstep", gain = 0.05}
|
||||||
table.place = table.place or
|
table.place = table.place or
|
||||||
{name = "mcl_sounds_place_node_water", gain = 1.0}
|
{name = "mcl_sounds_place_node_water", gain = 1.0}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue