Update 06.heads_up_display.rst

This commit is contained in:
Pav Soor
2023-08-02 10:02:46 +01:00
committed by GitHub
parent 09c0b2060f
commit d895f4d169
@@ -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.