diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx index 06a4111..f03b3a0 100644 --- a/objects/obj_player.object.gmx +++ b/objects/obj_player.object.gmx @@ -248,7 +248,7 @@ if((mouse_check_button_pressed(mb_left) && os_type != os_psvita) || game if(energy >= 20) { - var new_bullet = instance_create(x,y,obj_bullet); + var new_bullet = instance_create(x,y+10,obj_bullet); audio_play_sound(snd_shoot,2,false); new_bullet.image_angle = image_angle; new_bullet.direction = image_angle;