diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx index 30936ad..35cbdd2 100644 --- a/objects/obj_player.object.gmx +++ b/objects/obj_player.object.gmx @@ -134,7 +134,7 @@ speed += 5 - + 1 603 @@ -152,6 +152,7 @@ speed += 5 1 var new_bullet = instance_create(x,y,obj_bullet); +audio_play_sound(snd_shoot,2,true); new_bullet.image_angle = image_angle; new_bullet.direction = image_angle; new_bullet.speed = speed + 1;