So I am making platformer game and I have KinematicBody2D as a root node of my heroe. Kinematic body is impossible to flip_h because property will always reset after move and slide function, if I move only collision shape and sprite inside kinematic body I dont get result I like, how can I handle that problem?