Commit Graph

6 Commits

Author SHA1 Message Date
4f0841a755 Fix panorama by using an actual cubemap 2026-03-25 12:47:56 -05:00
5601408e3f add skybox image and update lighting 2026-03-02 14:05:47 -06:00
21fc45ff71 add environment and directional light 2026-03-02 13:43:39 -06:00
6d1d9447f4 create floor_prototype.tscn and add floor and player 2026-03-02 13:41:43 -06:00
Shea Frembling
c348a126fc 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
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