mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Update 06.heads_up_display.rst
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user