mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 15:21:06 +01:00
Add bat sound
This commit is contained in:
parent
fd33d9d2ec
commit
5d6d1cf790
3 changed files with 4 additions and 2 deletions
|
@ -155,5 +155,8 @@ Origin of those models:
|
|||
* Source: <https://opengameart.org/content/some-kind-of-beings-soundsx>
|
||||
* `mobs_mc_vex_death.ogg` (CC0)
|
||||
* Source: <https://opengameart.org/content/some-kind-of-beings-sounds7>
|
||||
* [suonho](https://freesound.org/people/suonho/)
|
||||
* `mobs_mc_bat_idle.ogg` (CC BY 3.0)
|
||||
* Source: <https://freesound.org/people/suonho/sounds/59344/>
|
||||
|
||||
Note: Many of these sounds have been more or less modified to fit the game.
|
||||
|
|
|
@ -18,8 +18,7 @@ mobs:register_mob("mobs_mc:bat", {
|
|||
},
|
||||
visual_size = {x=1, y=1},
|
||||
sounds = {
|
||||
random = "mobs_rat", -- TODO: This sound is supposed to be very high-pitched and scary
|
||||
-- TODO: more sounds?
|
||||
random = "mobs_mc_bat_idle",
|
||||
distance = 16,
|
||||
},
|
||||
walk_velocity = 4.5,
|
||||
|
|
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_bat_idle.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_bat_idle.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue