Skip to content

Commit d895f4d

Browse files
authored
Update 06.heads_up_display.rst
1 parent 09c0b20 commit d895f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/first_2d_game/06.heads_up_display.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Heads up display
66
The final piece our game needs is a User Interface (UI) to display things like
77
score, a "game over" message, and a restart button.
88

9-
Create a new scene, and add a :ref:`CanvasLayer <class_CanvasLayer>` node named
9+
Create a new scene, click the "Other Node" button and add a :ref:`CanvasLayer <class_CanvasLayer>` node named
1010
``HUD``. "HUD" stands for "heads-up display", an informational display that
1111
appears as an overlay on top of the game view.
1212

0 commit comments

Comments
 (0)