This commit is contained in:
Yadciel 2023-04-26 10:31:29 +02:00
parent 442d5f14c6
commit 73efb26db2
2 changed files with 5 additions and 4 deletions

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__()
@ -33,4 +34,3 @@ class Fahrzeug(pygame.sprite.Sprite):
def dest(self, pos):
self.dest_x, self.dest_y = pos

View File

@ -24,3 +24,4 @@ pipeline {
}
}
}