diff --git a/README.md b/README.md index a7a9310..0990c69 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ As of right now, only sounds from *default* mod have been added. | [node_place*][default] | Mito551 | CC BY-SA 3.0 | | | [pencil_erase][] | damsur | CC0 | | | [pencil_write][] | NachtmahrTV | CC0 | | +| [quail][] | PrincessGrace | CC0 | | | [sand_step.*][sand_step] | worthahep88 | CC0 | | | [snow_step.*][snow_step] | Ryding | CC0 | | | [step_hard.*][step_hard] | Erdie | CC BY 3.0 | | @@ -126,6 +127,7 @@ default.node_sound_dirt_defaults = sounds.node_dirt [metal_step]: https://freesound.org/s/398937/ [pencil_erase]: https://freesound.org/s/443241/ [pencil_write]: https://freesound.org/s/571800/ +[quail]: https://freesound.org/s/329371/ [sand_step]: https://freesound.org/s/319224/ [snow_step]: https://freesound.org/s/94337/ [step_hard]: https://freesound.org/s/41579/ diff --git a/TODO.txt b/TODO.txt index 032c564..db71a08 100644 --- a/TODO.txt +++ b/TODO.txt @@ -41,7 +41,6 @@ TODO: - toucan - wolf - coyote - - quail - airplane - car - motorcycle diff --git a/changelog.txt b/changelog.txt index ef7075c..e21ddc4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ next - horse_neigh - horse_snort - pencil + - quail v1.1 diff --git a/main.lua b/main.lua index a880e98..4853ad6 100644 --- a/main.lua +++ b/main.lua @@ -330,6 +330,14 @@ sounds.pencil = SoundGroup({ "pencil_write", }) +--- Quail sounds. +-- +-- @sndgroup sounds.quail +-- @snd quail +sounds.quail = SoundGroup({ + "quail", +}) + sounds.node = { ["break"] = { glass = SoundGroup({"glass_break"}), diff --git a/sounds/sounds_quail.ogg b/sounds/sounds_quail.ogg new file mode 100644 index 0000000..cad62c0 Binary files /dev/null and b/sounds/sounds_quail.ogg differ diff --git a/sounds_src/sounds_quail.flac b/sounds_src/sounds_quail.flac new file mode 100644 index 0000000..af3a6c9 Binary files /dev/null and b/sounds_src/sounds_quail.flac differ