How to easly change the shape of CollisionShape2D -> ConvexPolygonShape2D

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By alpinus4

I want to fit ConvexPolygonShape2D to tile. And I don’t know how to do it like in RectangleShape2D, where you can drag 2 dots and adjust collision shape.

enter image description here

:bust_in_silhouette: Reply From: kidscancode

Use a CollisionPolygon2D instead and you can click to add/edit the points.

Thank you :slight_smile:

alpinus4 | 2018-08-23 18:25