Commit Graph

9 Commits

Author SHA1 Message Date
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
bc165eef85 remove section about const as it doesnt apply to gdscript 2026-02-14 19:56:21 -06:00
Shea Frembling
b6544b73b5 add README (#3) 2026-02-12 11:09:40 -06:00
Shea Frembling
07dc17040a Merge pull request #2 from sfrembling/sfrem/update-desc
Add project description, version, and credits
2026-02-12 10:53:15 -06:00
368d650715 add project description, version, and credits 2026-02-12 10:46:36 -06:00
a8302e52cb Revert "deleted files"
This reverts commit 63c61290b4.
2026-02-11 17:23:36 -06:00
Shea Frembling
dfe772f50e Merge pull request #1 from sfrembling/sfrem/player-controller
Player Controller
2026-02-11 17:21:50 -06:00
63c61290b4 deleted files 2026-02-11 17:20:14 -06:00
40b83eda04 initial commit 2026-02-11 17:08:22 -06:00