summaryrefslogtreecommitdiff
path: root/doc/classes/ColorRect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ColorRect.xml')
-rw-r--r--doc/classes/ColorRect.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ColorRect.xml b/doc/classes/ColorRect.xml
index 072759e383..7c0cd981e4 100644
--- a/doc/classes/ColorRect.xml
+++ b/doc/classes/ColorRect.xml
@@ -4,7 +4,7 @@
Colored rectangle.
</brief_description>
<description>
- Displays a colored rectangle.
+ Displays a rectangle filled with a solid [member color]. If you need to display the border alone, consider using [ReferenceRect] instead.
</description>
<tutorials>
<link title="2D Dodge The Creeps Demo">https://godotengine.org/asset-library/asset/515</link>