diff --git a/license.txt b/license.txt index ee664ab..abfb9db 100644 --- a/license.txt +++ b/license.txt @@ -71,6 +71,7 @@ ComboWind uses: --seagull, Attribution 3.0 License., hazure, http://www.freesound.org/people/hazure/sounds/23707/, +--seagull_2, DonnyDB -- https://freesound.org/s/765399/ -- License: Attribution NonCommercial 4.0 desert: coyote2, Attribution License, rogerforeman, http://www.freesound.org/people/rogerforeman/sounds/68068/ http://www.freesound.org/people/Proxima4/sounds/104319/ @@ -88,3 +89,5 @@ http://www.freesfx.co.uk/soundeffects/forests-jungles/ icecrack.ogg by ecfike, Creative Commons 0 license (https://freesound.org/people/ecfike/sounds/177212/) big_splash.ogg by gubodup, Creative Commons 0 License (https://freesound.org/people/qubodup/sounds/442773/) + +wooden_frog, wooden frog e.WAV by ERH -- https://freesound.org/s/34512/ -- License: Attribution 4.0 diff --git a/sounds/beach_2.ogg b/sounds/beach_2.ogg deleted file mode 100644 index 461ad0f..0000000 Binary files a/sounds/beach_2.ogg and /dev/null differ diff --git a/sounds/seagull_2.ogg b/sounds/seagull_2.ogg new file mode 100644 index 0000000..bf19d6b Binary files /dev/null and b/sounds/seagull_2.ogg differ diff --git a/sounds/wooden_frog.ogg b/sounds/wooden_frog.ogg new file mode 100644 index 0000000..76f2673 Binary files /dev/null and b/sounds/wooden_frog.ogg differ diff --git a/soundsets.lua b/soundsets.lua index b3e34f6..3e33e49 100644 --- a/soundsets.lua +++ b/soundsets.lua @@ -204,7 +204,7 @@ ambience.add_set("beach", { {name = "seagull", length = 4.5, pitch = 1.2, ephemeral = true}, {name = "beach", length = 13}, {name = "gull", length = 1, ephemeral = true}, - {name = "beach_2", length = 6} + {name = "seagull_2", length = 4, ephemeral = true} }, nodes = {"group:water"}, @@ -307,7 +307,8 @@ ambience.add_set("jungle", { {name = "canadianloon2", length = 14}, {name = "bird1", length = 11}, {name = "peacock", length = 2, ephemeral = true}, - {name = "peacock", length = 2, pitch = 1.2, ephemeral = true} + {name = "peacock", length = 2, pitch = 1.2, ephemeral = true}, + {name = "wooden_frog", length = 2, gain = 0.2, ephemeral = true} }, nodes = {(mod_mcl and "mcl_trees:tree_jungle" or "default:jungletree")}, @@ -332,7 +333,8 @@ ambience.add_set("jungle_night", { {name = "jungle_night_2", length = 4, ephemeral = true}, {name = "deer", length = 7, ephemeral = true}, {name = "frog", length = 1, ephemeral = true}, - {name = "frog", length = 1, pitch = 1.3, ephemeral = true} + {name = "frog", length = 1, pitch = 1.3, ephemeral = true}, + {name = "wooden_frog", length = 2, gain = 0.2, ephemeral = true} }, sound_check = function(def)