Update getting_started/first_2d_game/05.the_main_game_scene.rst

Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
This commit is contained in:
David Payne
2025-02-12 19:20:11 -05:00
committed by GitHub
parent 5ed94a696c
commit e9c2533d05

View File

@@ -163,7 +163,7 @@ so select 'Connect' to resolve the dialog box and create a new signal
connection.
Once all three timers have this set up, you should be able to see each timer
have a Signal connection for their respective ``timeout`` signal, showing in
have a Signal connection for their respective ``timeout()`` signal, showing in
green, within their respective Signals tabs:
- (For MobTimer): ``_on_mob_timer_timeout()``