gdquest-demos / godot-3-beginner-2d-platformer

Learn to create a 2d platform game with the Godot game engine. This is a beginner programming tutorial.
MIT License
364 stars 96 forks source link

Add Player Movement #2

Closed henriiquecampos closed 5 years ago

henriiquecampos commented 5 years ago

Player character will move with instant acceleration, e.g. going from zero to max speed instantly. Player can also jump and cancel the jump, i.e. the longer the player holds the jump button the higher the jump, still limited by the initial impulse.