mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Grammar fix + clarity improvements
Added proper article before "background" and put the type of node in parenthesis.
This commit is contained in:
@@ -257,7 +257,7 @@ Don't worry about this for now, we'll fix the size soon.
|
||||
|
||||
Rename the ``Count2`` node to ``Counter``. Unlike the bars, we want the
|
||||
number to be on the left, and an icon to sit on the right. The setup is
|
||||
the same: we need background, a ``NinePatchRect``, the title, and the
|
||||
the same: we need a background (a ``NinePatchRect``), the title, and the
|
||||
number nodes. The ``Title`` node is a ``TextureRect``, so it's what we
|
||||
need to display the icon. In the scene tree, select the ``Title`` node,
|
||||
and rename it to ``Icon``.
|
||||
|
||||
Reference in New Issue
Block a user