Merge pull request #43086 from SirQuartz/patch-2

Clarify what the "item_rect_changed" signal does
This commit is contained in:
Rémi Verschelde 2020-10-29 08:04:33 +01:00 committed by GitHub
commit 13e93fe904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@
</signal>
<signal name="item_rect_changed">
<description>
Emitted when the item rect has changed.
Emitted when the item's [Rect2] boundaries (position or size) have changed, or when an action is taking place that may have impacted these boundaries (e.g. changing [member Sprite2D.texture]).
</description>
</signal>
<signal name="visibility_changed">