Still Having Problems With Rotating Cannon's Properly Towards The Player Pygame
问题 few people have helped me with this problem before but the rotation is still messed up my Cannons wont rotate towards the player good they are all out of place I really need help with this problem its my first time trying to make something rotate towards a player I am trying to make my cannon mouth rotate towards player, but the rotation is messed up and up I don't know how to fix it. class enemyshoot: def __init__(self,x,y,height,width,color): # [...............] self.look_at_pos = (x,y) def