File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
getting_started/first_2d_game Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -154,13 +154,10 @@ everything up for a new game:
154154
155155Now to connect the ``timeout() `` signal of each Timer node (``StartTimer ``,
156156``ScoreTimer ``, and ``MobTimer ``) to the main script. For each of the three
157- timers, select the timer within the Main node in the Scene dock, and then
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.
157+ timers, select the timer in the Scene dock, open the Signals tab of the Node
158+ dock, then double-click the ``timeout() `` signal in the list. This will open a new
159+ signal connection dialog. The default settings in this dialog should be fine, so
160+ select **Connect ** to create a new signal connection.
164161
165162Once all three timers have this set up, you should be able to see each timer
166163have a Signal connection for their respective ``timeout() `` signal, showing in
You can’t perform that action at this time.
0 commit comments