mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
New calmer water footstep sounds
This commit is contained in:
parent
e7ace0c87c
commit
6111f3465a
11 changed files with 3 additions and 3 deletions
|
@ -39,8 +39,8 @@ Metal sounds:
|
|||
default_place_node_metal.*.ogg - Ogrebane - CC0
|
||||
- http://opengameart.org/content/wood-and-metal-sound-effects-volume-2
|
||||
|
||||
AGFX (CC BY 3.0):
|
||||
https://www.freesound.org/people/AGFX/packs/1253/
|
||||
original by anonymous (CC0 1.0), mastering by iliekprogrammar (CC0 1.0):
|
||||
https://freesound.org/people/deleted_user_2104797/sounds/166313/
|
||||
default_water_footstep.*.ogg
|
||||
|
||||
blukotek (CC0 1.0):
|
||||
|
|
|
@ -166,7 +166,7 @@ end
|
|||
function mcl_sounds.node_sound_water_defaults(table)
|
||||
table = table 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
|
||||
{name = "mcl_sounds_place_node_water", gain = 1.0}
|
||||
table.dug = table.dug or
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.4.ogg
Normal file
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.4.ogg
Normal file
Binary file not shown.
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.5.ogg
Normal file
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.5.ogg
Normal file
Binary file not shown.
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.6.ogg
Normal file
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.6.ogg
Normal file
Binary file not shown.
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.7.ogg
Normal file
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.7.ogg
Normal file
Binary file not shown.
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.8.ogg
Normal file
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.8.ogg
Normal file
Binary file not shown.
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.9.ogg
Normal file
BIN
mods/CORE/mcl_sounds/sounds/default_water_footstep.9.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue