1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-18 00:00:21 +02:00

adde new sound baitball

re-encode old sounds
chmod 755
This commit is contained in:
2015-07-04 19:24:25 +02:00
parent b08dc2e525
commit d8922786e5
9 changed files with 4 additions and 3 deletions

View File

@ -105,7 +105,7 @@ local FISHING_BOBBER_SHARK_ENTITY={
0.25, 0.40, -- min size, max size
false, "fishing_particle_baitball_shark.png")
-- add sound
minetest.sound_play("fishing_bobber1", {pos = self.object:getpos(), gain = 0.2, })
minetest.sound_play("fishing_baitball", {pos = self.object:getpos(), gain = 0.2, })
end
end,