kidscancode / godot_recipes

Lessons, tutorials, and guides for game development using the Godot game engine.
MIT License
229 stars 37 forks source link

[Discussion] 2D: Platform character #16

Open cbscribe opened 3 years ago

cbscribe commented 3 years ago

Discussion for http://godotrecipes.com/2d/platform_character/

RedEagle09 commented 3 years ago

my left to right movement is jittering when on the floor.

bailepoo commented 2 years ago

i keep sliding to the right (Edit)I fixed it by making the character 200x bigger

giancarlo-padilla commented 2 years ago

no friction while jumping

ghost commented 2 years ago

The page says the following:

For more advanced platforming features such as wall jumps, see the other recipes in this section

but none of the other pages in the 2D section appearing to cover a topic like that.

JakeTheSnaik commented 2 years ago

am i the only person this actually worked for?? you just use common sense and replace the get_input() func its not hard just read the instructions i use this in every platformer i work on