File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
getting_started/first_2d_game Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,12 @@ everything up for a new game:
155155Now to connect the ``timeout() `` signal of each Timer node (``StartTimer ``,
156156``ScoreTimer ``, and ``MobTimer ``) to the main script. For each of the three
157157timers, 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
164165Once all three timers have this set up, you should be able to see each timer
165166have a Signal connection for their respective ``timeout `` signal, showing in
You can’t perform that action at this time.
0 commit comments