forked from VoxeLibre/VoxeLibre
Add bat sound
This commit is contained in:
parent
fd33d9d2ec
commit
5d6d1cf790
|
@ -155,5 +155,8 @@ Origin of those models:
|
||||||
* Source: <https://opengameart.org/content/some-kind-of-beings-soundsx>
|
* Source: <https://opengameart.org/content/some-kind-of-beings-soundsx>
|
||||||
* `mobs_mc_vex_death.ogg` (CC0)
|
* `mobs_mc_vex_death.ogg` (CC0)
|
||||||
* Source: <https://opengameart.org/content/some-kind-of-beings-sounds7>
|
* 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.
|
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},
|
visual_size = {x=1, y=1},
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_rat", -- TODO: This sound is supposed to be very high-pitched and scary
|
random = "mobs_mc_bat_idle",
|
||||||
-- TODO: more sounds?
|
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
walk_velocity = 4.5,
|
walk_velocity = 4.5,
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue