2D bullet spawn in the wrong place

I’m working on a 2D game with flying enemies that shoot bullets at you. I found a video on making enemies shoot bullets. I followed the tutorial but when I test it the bullets spawn from my character and not from the enemy. How do I fix this? This is for a game jam, so if you can give me an explanation as soon as possible, that would be great.

In the events, it says the bullet gets shot from position of “newsprite” which I’m assuming is the player. Change it so the bullet spawns at the enemy.

Also, I would also recommend setting either a custom point where the bullet is shot from, or make it that the bottom is shot from the center of the sprite, just makes the animation look nicer.

1 Like

Thanks. That helped a lot.

2 Likes