Added animation events

This commit is contained in:
2025-06-20 19:26:43 +01:00
parent 44f75b52d0
commit a421069a63
4 changed files with 41 additions and 3 deletions

View File

@ -2,3 +2,5 @@ from .base import Game
from .utils import centre
from .anim import AnimationHandler
from .anim import AnimatedObject
from .events import AnimStart
from .events import AnimFinish