update
This commit is contained in:
parent
442d5f14c6
commit
73efb26db2
@ -10,6 +10,7 @@ def get_angle(p1, p2):
|
|||||||
degs = math.degrees(rads)
|
degs = math.degrees(rads)
|
||||||
return degs
|
return degs
|
||||||
|
|
||||||
|
|
||||||
class Fahrzeug(pygame.sprite.Sprite):
|
class Fahrzeug(pygame.sprite.Sprite):
|
||||||
def __init__(self, x, y):
|
def __init__(self, x, y):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
@ -33,4 +34,3 @@ class Fahrzeug(pygame.sprite.Sprite):
|
|||||||
|
|
||||||
def dest(self, pos):
|
def dest(self, pos):
|
||||||
self.dest_x, self.dest_y = pos
|
self.dest_x, self.dest_y = pos
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user