Browse Source

Grammar fix + clarity improvements

Added proper article before "background" and put the type of node in parenthesis.

(cherry picked from commit 36bd2bbd9392830937f288e73631c3cff7fb34c7)
blurrred 6 years ago
parent
commit
3550d1fd7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/ui_game_user_interface.rst

+ 1 - 1
getting_started/step_by_step/ui_game_user_interface.rst

@@ -263,7 +263,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
 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
 number to be on the left, and an icon to sit on the right. The setup is
-the same: we need background, a ``NinePatchFrame``, 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
 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,
 need to display the icon. In the scene tree, select the ``Title`` node,
 and rename it to ``Icon``.
 and rename it to ``Icon``.