This commit is contained in:
Yadciel 2023-04-26 10:44:33 +02:00
parent 73efb26db2
commit 5ca7323cb2

View File

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