add sounds

This commit is contained in:
HybridDog 2013-09-02 00:42:00 +02:00
parent a44f31f15c
commit bd2b46001d
9 changed files with 5 additions and 0 deletions

View File

@ -301,6 +301,7 @@ minetest.register_abm(
if pos.y>NYANLAND_HEIGHT then
minetest.env:remove_node(pos)
minetest.env:add_entity(pos, "nyanland:head_entity")
minetest.sound_play("nyanland_cat", {pos = pos, gain = 0.9, max_hear_distance = 35})
end
end,
})

4
rest/sound_sources Normal file
View File

@ -0,0 +1,4 @@
http://www.freesound.org/people/dobroide/sounds/95698/
http://www.freesound.org/people/Kyster/sounds/79114/
http://www.freesound.org/people/oliver%20eye/sounds/56380/
http://www.freesound.org/people/Kyster/sounds/82275/

BIN
sounds/nyanland_cat.1.ogg Normal file

Binary file not shown.

BIN
sounds/nyanland_cat.2.ogg Normal file

Binary file not shown.

BIN
sounds/nyanland_cat.3.ogg Normal file

Binary file not shown.

BIN
sounds/nyanland_cat.4.ogg Normal file

Binary file not shown.

BIN
sounds/nyanland_cat.5.ogg Normal file

Binary file not shown.

BIN
sounds/nyanland_cat.6.ogg Normal file

Binary file not shown.