Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/first_2d_game/05.the_main_game_scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ signal connection dialog. The default settings in this dialog should be fine, so
select **Connect** to create a new signal connection.

Once all three timers have this set up, you should be able to see each timer

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove all grammatical doubts with one simple trick.

Suggested change
Once all three timers have this set up, you should be able to see each timer
Once all three timers have this set up, you should be able to see that each timer

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with Calinou that the current version isn't necessarily incorrect, but go with Mickeon's suggestion and this PR would be good to merge.

have a Signal connection for their respective ``timeout()`` signal, showing in
has a Signal connection for their respective ``timeout()`` signal, showing in
green, within their respective Signals tabs:

- (For MobTimer): ``_on_mob_timer_timeout()``
Expand Down
Loading