Skip to content

Commit

Permalink
Music updated
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Apr 24, 2021
1 parent 268ffb7 commit a03991f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions invasion-force/objects/obj_boss5/Collision_obj_laser.gml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ if(health <= 0) {
instance_create_layer(x + sprite_xoffset ,y + sprite_yoffset+50,"Instances",obj_explosion)
instance_create_layer(x + sprite_xoffset-50 ,y + sprite_yoffset,"Instances",obj_explosion)
instance_create_layer(x + sprite_xoffset ,y + sprite_yoffset-50,"Instances",obj_explosion)
if(room != Arena) {
audio_stop_sound(snd_boss)
audio_play_sound(snd_victory, 1, true)
}
audio_stop_sound(snd_boss)
audio_play_sound(snd_victory, 1, true)
global.bossWins += 1
instance_destroy()
}

0 comments on commit a03991f

Please sign in to comment.