Base 2D Platformer for Godot 4.1

Опубликовано: 06 Июнь 2026
на канале: Paxtian Plays
111
2

I wrote a base 2D platformer in Godot. It includes walking, running, and jumping (including buffered jumps and coyote jumps). It also includes powerups including speed running (extra speed if running in the same direction continuously), double jumping, and wall jumping.

Everything is modifiable and extensible as well. So if you want to change the jump height, movement speeds, or anything else, it's all open source and MIT licensed. So you're welcome to change it however you like.

I hope this helps with your platforming projects! Let me know if you're interested in a video covering how the code works. I tried to comment everything so it's easy to understand.

Get the source code here: https://github.com/Paxtian769/Platfor...