Fix minor grammar error in CollisionPolygon2D, CollisionPolygon3D, CollisionShape2D, and CollisionShape3D docs

This commit is contained in:
Susmaster64 2025-09-10 00:45:08 +00:00 committed by BigBing
parent 2dd26a027a
commit 606284e14b
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
A node that provides a [Shape3D] to a [CollisionObject3D] parent.
</brief_description>
<description>
A node that provides a [Shape3D] to a [CollisionObject3D] parent and allows to edit it. This can give a detection shape to an [Area3D] or turn a [PhysicsBody3D] into a solid object.
A node that provides a [Shape3D] to a [CollisionObject3D] parent and allows it to be edited. This can give a detection shape to an [Area3D] or turn a [PhysicsBody3D] into a solid object.
[b]Warning:[/b] A non-uniformly scaled [CollisionShape3D] will likely not behave as expected. Make sure to keep its scale the same on all axes and adjust its [member shape] resource instead.
</description>
<tutorials>