This commit is contained in:
Yadciel 2023-04-24 09:04:16 +02:00
parent 7daecb7dad
commit bb5a1b03d6

View File

@ -10,7 +10,6 @@ def get_angle(p1, p2):
degs = math.degrees(rads)
return degs
class Fahrzeug(pygame.sprite.Sprite):
def __init__(self, x, y):
super().__init__()