| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | SoytomasS |
Quiero que mi kinematicbody2d (player) se mueva pero no se detenga
| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | SoytomasS |
Quiero que mi kinematicbody2d (player) se mueva pero no se detenga
| 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