@Carkol32 Godot already has a feature in the physics engine for that, but I have it turned off. I just use the get_floor_normal function to get the floor angle and calculate the velocity myself for more control.
Finally got around to learning Godot. Loving it so far. Managed to set up this little platformer pretty quickly (animations are still WIP)
#gamedev#indiedev#pixelart#GodotEngine
@TheChaixxy It's actually not. The syntax is very simple, Especially if you know Python.
The only difficult part, I would say, is understanding how nodes work and hierarchy of how they execute.
@panphora This wasn't really one tutorial. I only used Brackeys' tutorial to get familiar with the engine, and then relied on the documentation and various very specific tutorials, since I already have experience with other game engines.