1
0
mirror of https://codeberg.org/tenplus1/ambience.git synced 2025-07-14 06:20:23 +02:00

replace non-commercial sounds

This commit is contained in:
tenplus1
2022-11-21 10:44:18 +00:00
parent 493dba668a
commit 3d8b3c6451
4 changed files with 5 additions and 6 deletions

View File

@ -40,7 +40,7 @@ ambience.add_set("splash", {
frequency = 1000,
sounds = {
{name = "swim_splashing", length = 3}
{name = "default_water_footstep", length = 2}
},
sound_check = function(def)
@ -288,7 +288,8 @@ ambience.add_set("cave", {
sounds = {
{name = "drippingwater1", length = 1.5, ephemeral = true},
{name = "drippingwater2", length = 1.5, ephemeral = true}
{name = "drippingwater2", length = 1.5, ephemeral = true},
{name = "bats", length = 5, ephemeral = true}
},
sound_check = function(def)