We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4011dc5 + d895f4d commit 19d82e1Copy full SHA for 19d82e1
getting_started/first_2d_game/06.heads_up_display.rst
@@ -6,7 +6,7 @@ Heads up display
6
The final piece our game needs is a User Interface (UI) to display things like
7
score, a "game over" message, and a restart button.
8
9
-Create a new scene, and add a :ref:`CanvasLayer <class_CanvasLayer>` node named
+Create a new scene, click the "Other Node" button and add a :ref:`CanvasLayer <class_CanvasLayer>` node named
10
``HUD``. "HUD" stands for "heads-up display", an informational display that
11
appears as an overlay on top of the game view.
12
0 commit comments