Hi, I have situation like on this picture:

This white "walls" are moving down using set_pos(). All of them are generated from script with correct KinematicBody2D and CollisionPolygon2D. Similar situation is with that arrow on the bottom (but it can move only left and right). How can I detect collision?
getnode("arrow").iscolliding() giving me back "false".