Godot Version
v4.4.1
Question
I’m trying to add friction/acceleration/deceleration to my player, but i can’t really find any way to do it for my code specifically, I’ve tried looking for tutorials or other peoples examples but I’m not quite sure how to implement it into mine.
final x-axis movement code currently (no friction/acceleration/deceleration):