test
This commit is contained in:
parent
e32280cfc5
commit
2fb0243117
@ -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__()
|
||||||
|
Loading…
Reference in New Issue
Block a user