Commit Graph

2 Commits

Author SHA1 Message Date
Shea Frembling
def499a00d Sfrem/make rising from crouch slower (#9)
* change how transitions are handled

* more work

* add collision layers for player and environment

* set 0.1 to be a constant
2026-02-19 19:53:22 -06:00
Shea Frembling
480abf7668 Create Player Controller (#4)
* 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
2026-02-16 16:33:45 -06:00