Alzter / TuxBuilder

A Godot re-implementation of SuperTux
GNU General Public License v3.0
212 stars 28 forks source link

Split _physics_process, tweak jump parameters a bit #46

Open patchispatch opened 5 years ago

skyace65 commented 5 years ago

@Alzter what do you think of these changes?

Alzter commented 4 years ago

It's kind of obsolete now, since I split my player code into different states. Maybe if they can update it to the new player code? Sorry for not checking earlier.

Alzter commented 4 years ago

On second thought my player cleanup didn't end up working out as I would've liked it. Maybe I could implement parts of this, like having functions for things like walking and jumping.