I want my character to move automatically

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SoytomasS

Quiero que mi kinematicbody2d (player) se mueva pero no se detenga

:bust_in_silhouette: Reply From: TheLoraxPl

en la función move_and_collide () o move_and_slide(), debe ingresar un valor constante.
como aquí:
move_and_collide(Vector2(0,1)) o move_and_slide(Vector2(0,1)) - seguirá moviéndose cuesta abajo todo el tiempo