mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix some typos and grammar mistakes found using LanguageTool
This commit is contained in:
@@ -6,7 +6,7 @@ BBCode in RichTextLabel
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Label nodes are great for displaying basic text but they have limits. If you want
|
||||
Label nodes are great for displaying basic text, but they have limits. If you want
|
||||
to change the color of the text, or its alignment, that change affects all of the
|
||||
text in the Label node. You can't have only one part of the text be one color, or
|
||||
only one part of the text be centered. To get around this limitation you would use
|
||||
|
||||
@@ -93,7 +93,7 @@ for example:
|
||||
return new Vector2(20, 20);
|
||||
}
|
||||
|
||||
Or alternatively, set it via function:
|
||||
Alternatively, set it using a function:
|
||||
|
||||
.. tabs::
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
@@ -6,7 +6,7 @@ GUI skinning
|
||||
Oh, beautiful GUI!
|
||||
------------------
|
||||
|
||||
This tutorial is about advanced skinning of an user interface. Most
|
||||
This tutorial is about advanced skinning of a user interface. Most
|
||||
games generally don't need this, as they end up just relying on
|
||||
:ref:`Label <class_Label>`, :ref:`TextureRect <class_TextureRect>`,
|
||||
:ref:`TextureButton <class_TextureButton>` and
|
||||
|
||||
Reference in New Issue
Block a user