Skip to content

Commit

Permalink
stagex: add some sfx to alignment spell
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Jun 16, 2024
1 parent 34ec959 commit e841eb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stages/stagex/spells/alignment.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

static Laser *make_grid_laser(cmplx a, cmplx b) {
auto l = create_laserline_ab(a, b, 10, 140, 200, RGBA(1, 0.0, 0, 0));
play_sfx("boon");
INVOKE_TASK_DELAYED(120, common_play_sfx, "laser1");
l->width_exponent = 0;
return l;
}
Expand Down Expand Up @@ -123,6 +125,7 @@ TASK(spam, { BoxedBoss boss; }) {
p += 0.14315;

WAIT(4);
play_sfx_loop("shot1_loop");
}

for(;;) {
Expand Down

0 comments on commit e841eb4

Please sign in to comment.