From 803b046b38397ade406b7ae2ec1f7191d08e3753 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Mon, 19 Oct 2020 20:18:53 +0300 Subject: Cross-reference `ColorRect` and `ReferenceRect` in the class reference They use the same underlying `CanvasItem.draw_rect()` API. --- doc/classes/ColorRect.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/ColorRect.xml') 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. - 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. https://godotengine.org/asset-library/asset/515 -- cgit v1.2.3