Fixed type

2025-06-21 22:20:40 +00:00
parent 5448116ca5
commit 51b66b460a

@ -17,7 +17,7 @@ self.obj.addAnimation(gameUtils.AnimationHandler('anim1', './path/to/animation.w
self.obj.playAnim('anim1') self.obj.playAnim('anim1')
``` ```
## To use events: ## To use the events:
```python ```python
# The onEvent function in your Game object # The onEvent function in your Game object
def onEvent(self, event): def onEvent(self, event):