This commit is contained in:
Yadciel 2023-04-26 10:44:59 +02:00
parent 5ca7323cb2
commit 9595305c20

View File

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