Skip to content

Commit

Permalink
略微降低烟花发射频率,添加发射音效
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jan 26, 2025
1 parent 3ed8f67 commit 0ee9035
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parts/backgrounds/firework.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ function back.update(dt)
t=0,
v=.5+rnd(),
color=COLOR.random_dark(),
big=rnd()<.1,
big=rnd()<.12,
})
t=rnd(26,62)
t=rnd(42,126)
SFX.play('rotate',.5,0,-16)
end
for i=#firework,1,-1 do
local F=firework[i]
Expand Down

0 comments on commit 0ee9035

Please sign in to comment.