* add friction to slow velocity rather than resetting it
* Resolve merge conflict
* Revert "add friction to slow velocity rather than resetting it"
This reverts commit b21ea684ba339d9dfa7d682ed490b5b8f5f2f9e3.
* re-add change
* add player scene
* add some logic to control player velocity
* add debug scene and reset main scene
* add sun and env to debug scene; fix normalization of movement
* add kenney WIP assets for debug
* fix movement further and add jump
* add mouse camera control
* add sprinting
* add crouching
* use constants for height
* try to improve crouching by checking to see if there is a collision above before un-crouching
* update README about line width
* move test cube in front of playercontroller