mirror of
https://github.com/MinetestForFun/fishing.git
synced 2024-11-13 01:20:19 +01:00
adde new sound baitball
re-encode old sounds chmod 755
This commit is contained in:
parent
b08dc2e525
commit
d8922786e5
|
@ -107,7 +107,7 @@ local FISHING_BOBBER_ENTITY={
|
|||
0.25, 0.5, -- min size, max size
|
||||
false, "fishing_particle_baitball.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,
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
0
functions.lua
Normal file → Executable file
0
functions.lua
Normal file → Executable file
|
@ -6,5 +6,6 @@ The included sounds are http://creativecommons.org/licenses/by-nc-sa/3.0/
|
|||
|
||||
"fishing_contest_start" resampled from "cor 9.mp3", Pierre Grandjean, https://www.freesound.org/people/Pierre%20Grandjean/sounds/125973/
|
||||
|
||||
|
||||
"fishing_contest_end" resampled from "Trompette 8", jebb, https://www.freesound.org/people/jebb/sounds/205848/
|
||||
|
||||
"fishing_baitball" resampled from "dog steps around in water" , noctaro, https://www.freesound.org/people/noctaro/sounds/243574/
|
||||
|
|
BIN
sounds/fishing_baitball.ogg
Executable file
BIN
sounds/fishing_baitball.ogg
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user