Skip to content

Commit acb16ee

Browse files
authored
Remove duplicate paragraph
1 parent da75dd1 commit acb16ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)