Skip to content

Commit e841eb4

Browse files
committed
stagex: add some sfx to alignment spell
1 parent 34ec959 commit e841eb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/stages/stagex/spells/alignment.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
static Laser *make_grid_laser(cmplx a, cmplx b) {
1515
auto l = create_laserline_ab(a, b, 10, 140, 200, RGBA(1, 0.0, 0, 0));
16+
play_sfx("boon");
17+
INVOKE_TASK_DELAYED(120, common_play_sfx, "laser1");
1618
l->width_exponent = 0;
1719
return l;
1820
}
@@ -123,6 +125,7 @@ TASK(spam, { BoxedBoss boss; }) {
123125
p += 0.14315;
124126

125127
WAIT(4);
128+
play_sfx_loop("shot1_loop");
126129
}
127130

128131
for(;;) {

0 commit comments

Comments
 (0)