Change firework sound
This commit is contained in:
parent
0dc5701d9b
commit
b4421deb68
BIN
mods/CORE/pyutest/sounds/pyutest-firework.ogg
Normal file
BIN
mods/CORE/pyutest/sounds/pyutest-firework.ogg
Normal file
Binary file not shown.
@ -26,8 +26,8 @@ minetest.register_entity("pyutest_fireworks:firework", {
|
||||
|
||||
minetest.add_particle({
|
||||
pos = pos,
|
||||
size = 2,
|
||||
expirationtime = 0.2,
|
||||
size = 1.2,
|
||||
expirationtime = 0.6,
|
||||
glow = minetest.LIGHT_MAX,
|
||||
vertical = true,
|
||||
texture = "pyutest-firework-blast.png"
|
||||
@ -63,7 +63,7 @@ minetest.register_entity("pyutest_fireworks:firework", {
|
||||
})
|
||||
|
||||
minetest.sound_play({
|
||||
name = "block_break",
|
||||
name = "pyutest-firework",
|
||||
gain = 3,
|
||||
}, {
|
||||
pos = pos
|
||||
|
Loading…
x
Reference in New Issue
Block a user