Merge pull request #7762 from pssoor/patch-3

Update 06.heads_up_display.rst
This commit is contained in:
Max Hilbrunner
2023-10-09 02:00:19 +02:00
committed by GitHub
@@ -6,7 +6,7 @@ Heads up display
The final piece our game needs is a User Interface (UI) to display things like
score, a "game over" message, and a restart button.
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
``HUD``. "HUD" stands for "heads-up display", an informational display that
appears as an overlay on top of the game view.