Change firework sound

This commit is contained in:
IamPyu 2024-11-08 18:46:55 -06:00
parent 0dc5701d9b
commit b4421deb68
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -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