I'm making a platformer,
There is an animated platform (going up and down) that player can jump onto (using collision shape).
There's an animated sprite of a worm (also with KinematicBody2D and CollisionShape).
But when I need that worm to stay on that platform, it doesn't, their collision shapes don't collide. (Although the Player's collision shape does).
What I might be doing wrong?
