Commit Graph

3 Commits

Author SHA1 Message Date
Shea Frembling
bab7fe1697 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
14cda06d13 remove section about const as it doesnt apply to gdscript 2026-02-14 19:56:21 -06:00
Shea Frembling
24a312dd75 add README (#3) 2026-02-12 11:09:40 -06:00