微调烟花爆炸音效
This commit is contained in:
@@ -33,7 +33,7 @@ function back.update(dt)
|
|||||||
if time>1 then
|
if time>1 then
|
||||||
local x,y,color=F.x,F.y,F.color
|
local x,y,color=F.x,F.y,F.color
|
||||||
if F.big then
|
if F.big then
|
||||||
SFX.play("clear_3",.4)
|
SFX.play("fall",.5)
|
||||||
for _=1,rnd(62,126)do
|
for _=1,rnd(62,126)do
|
||||||
ins(particle,{
|
ins(particle,{
|
||||||
x=x,y=y,
|
x=x,y=y,
|
||||||
@@ -44,7 +44,7 @@ function back.update(dt)
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
SFX.play("clear_2",.35)
|
SFX.play("clear_1",.4)
|
||||||
for _=1,rnd(16,26)do
|
for _=1,rnd(16,26)do
|
||||||
ins(particle,{
|
ins(particle,{
|
||||||
x=x,y=y,
|
x=x,y=y,
|
||||||
|
|||||||
Reference in New Issue
Block a user