Skip to content

Commit 5ed94a6

Browse files
authored
[trivial] Add a word
1 parent b68b068 commit 5ed94a6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

getting_started/first_2d_game/05.the_main_game_scene.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,12 @@ everything up for a new game:
155155
Now to connect the ``timeout()`` signal of each Timer node (``StartTimer``,
156156
``ScoreTimer``, and ``MobTimer``) to the main script. For each of the three
157157
timers, select the timer within the Main node in the Scene dock, and then
158-
access the Node dock on the sidebar, making to have the Signals tab selected
159-
in the Node dock, then find and double-click the ``timeout`` signal in the
160-
list (or right-click and select "Connect..."). This will open a new signal
161-
connection dialog. The default settings in this dialog should be fine, so
162-
select 'Connect' to resolve the dialog box and make a new signal connection.
158+
access the Node dock on the sidebar, making sure to have the Signals tab
159+
selected in the Node dock, then find and double-click the ``timeout`` signal
160+
in the list (or right-click and select "Connect..."). This will open a new
161+
signal connection dialog. The default settings in this dialog should be fine,
162+
so select 'Connect' to resolve the dialog box and create a new signal
163+
connection.
163164

164165
Once all three timers have this set up, you should be able to see each timer
165166
have a Signal connection for their respective ``timeout`` signal, showing in

0 commit comments

Comments
 (0)