Skip to content

Commit 9924a69

Browse files
authored
Merge pull request #10813 from ncksllvn/ncksllvn-getting-started-update
Remove duplicate paragraph from Getting Started page
2 parents 848476d + acb16ee commit 9924a69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: getting_started/first_2d_game/06.heads_up_display.rst

-4
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ We also need to process what happens when the player loses. The code below will
160160
GetNode<Button>("StartButton").Show();
161161
}
162162

163-
This function is called when the player loses. It will show "Game Over" for 2
164-
seconds, then return to the title screen and, after a brief pause, show the
165-
"Start" button.
166-
167163
.. note:: When you need to pause for a brief time, an alternative to using a
168164
Timer node is to use the SceneTree's ``create_timer()`` function. This
169165
can be very useful to add delays such as in the above code, where we

0 commit comments

Comments
 (0)