Hello,
I have a side-scrolling space game where enemies spawn off-screen and then fly towards the player using the bullet behaviour. Is there anyway I can give these enemies predictive aiming like you can with Turrets?
Thank you
Develop games in your browser. Powerful, performant & highly capable.
Turrets use bullets. So, its not in the bullet that it happens.
Easy way is to spawn a turret, and let the turret fire a bullet. Unless you want some kind of heat-seeker.
https://www.dropbox.com/s/uqlujcryuvosu ... .capx?dl=0
Accuracy, or rather dis-accuracy, depends on bullet speed and the pixels/tick you rotate towards.