mchulet
Did you read the rest of my post.
This is definitely not a bug, as the india sprite has 2 animation frames, frame 0 has a reduced collision polygon, and frame 1 has the full collision polygon. On start of Layout, because animation speed is set to 5, the animation will play and finish on frame 1, which has the whole collision polygon, and not the reduced one you expect.
Just set the frame speed to 0 and it works correctly.