test
This commit is contained in:
parent
2fb0243117
commit
1cbc1e5bce
@ -10,7 +10,6 @@ def get_angle(p1, p2):
|
||||
degs = math.degrees(rads)
|
||||
return degs
|
||||
|
||||
|
||||
class Fahrzeug(pygame.sprite.Sprite):
|
||||
def __init__(self, x, y):
|
||||
super().__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user