
Making ping pong game. My bat (KinematicBody2D) has several collision shapes: one for main body, and two for corners of the bat (1 and 2 on picture). How do I get to know which collision shape was hit by a ball? The ball gets put in motion by moveandcollide function.
P.S. if this is impossible with several collision shapes, then maybe there's another way?