how to flip kinematic body godot code example
Example: how to flip kinamatic body
if is_moving_left:
scale.x = -1
elif is_moving_right:
scale.x = 1
if is_moving_left:
scale.x = -1
elif is_moving_right:
scale.x = 1