Files
test/animations.py
Christian 89c5dcc6d1 Added requirements.txt
Fixed projectilespawn from enemys
2024-08-26 22:03:26 +02:00

7 lines
117 B
Python

class animation(object):
def __init__(self) -> None:
pass
def flyin(self, object):
pass