Turret Shooting To Enemies

Godot Version

4.3

Question

Hi, I’m trying to make a turret that shoots to enemies. These laters are in the “enemy” group, and I wanted to do the turret’s bullet going towards the neds in that group. I need some help to do that. By the way, the game is 2D

You could probably find a decent tower defence tutorial that would show you exactly what you’re looking for, and then some more.

I’m rusty but I might start with using having my turret rotate to the enemy with look_at() then instantiate the bullet precomp with bullet.rotation = rotation.

Hope this helps, if not try a tutorial, there’s lots out there :slight_smile: glhf

1 Like