This commit is contained in:
Yadciel 2023-04-22 23:42:58 +02:00
parent 1cbc1e5bce
commit 7daecb7dad

View File

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