First time using Godot and I'm following this video tutorial https://www.youtube.com/watch?v=pBoXqW4RykE&list=PL3cGrGHvkwn0zoGLoGorwvGj6dHCjLaGd&index=1
Made it to the end and even though the player sprite responds to inputs, it only stands in place. What I mean is the sprite updates based on input (facing down, up, left, right) but doesn't actually move from the same spot. I think I messed up when setting the speed somehow? Or something may be indented under the wrong thing...? Any help is appreciated, and feel free to ping me!
In this series I'm going to be going over everything you need to know in Godot 4 to create your own Godot games so after you can go off and make Godot games on your own. I know you will learn so much from this series and I'm very exited to teach it. In this episode we are going to keep it simple sense it is only episode 1 and create player movem...