From 51b66b460aa47ddb02af5eccea6e2b244339db41 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sat, 21 Jun 2025 22:20:40 +0000 Subject: [PATCH] Fixed type --- Animated-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Animated-objects.md b/Animated-objects.md index 0f4d35d..e3b7e06 100644 --- a/Animated-objects.md +++ b/Animated-objects.md @@ -17,7 +17,7 @@ self.obj.addAnimation(gameUtils.AnimationHandler('anim1', './path/to/animation.w self.obj.playAnim('anim1') ``` -## To use events: +## To use the events: ```python # The onEvent function in your Game object def onEvent(self, event):