Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: momentum reset when jumping (#29)
* fix: bug causing player to slowdown instantly after jumping * fix: add weight to player, fix events, removed 2 colliders * fix: add folders for different types of materials * fix: tweak physic settings for smooth criminal walking * feat: add scene specific for debug * fix: correct name of the scene * fix: change value on static friction * fix: change speed cap to be hard capped and add air variable Air variable to exclude lose numbers in code. * fix: set respawn point correctly * fix: change value acceleration, removed remaining debugs, remove non speed limitor * fix: remove folders in material, this is done in another commit * fix: horizontal and vertical speeds are checked independent from each other * chore: add enter so the instruction of the if is on a new line Co-authored-by: Joen <[email protected]> * chore: reset acceleration, fix if statement from site commit * chore: add white lines to reduce visual clutter * feat: add separate max speed variables for ground and air --------- Co-authored-by: Joen <[email protected]>
- Loading branch information