I want to detect when two sprites overlap with minimal use of objects.
So I check if ConvexPolygonShape2D are colliding.
Is this approach 'proper'?
Asking because it detects when sprites appear separated with distance,
even two times their size, not more.