I currently making a dungeon crawler, I'm Using 4 directional movement to control the character and mirror it when looking left.
I have been trying to make AI, I have only made AI for SideScrollers and Top down games. The one I'm currently working on looks at a slight angle.
I'm use to making the AI by setting it towards the player X,Y and then using bullet to make it move towards the player. I have tried to do this but it is not working.
I want it to move just like my player.
Is there anyway to do this?