Commit Graph

7 Commits

Author SHA1 Message Date
de528a2693 sfrem/prototype-floor (#8)
This PR creates the floor and adds a couple of things along with it.

Note that this floor is not exactly "playable". You can walk around and you're inside of a big empty space with a glass at the top, but there's nothing to do inside of it, and the lighting could use a lot of work.

Getting this in now so that more work can be done to it.

View from inside the tower: <img width="1475" alt="image.png" src="attachments/56ab5066-2d8e-4137-93ee-9aebfcfe6ada">

Closes #3

Reviewed-on: #8
Reviewed-by: indigoso <indigosowhat@gmail.com>
Co-authored-by: godsfryingpan <sfrembling@gmail.com>
Co-committed-by: godsfryingpan <sfrembling@gmail.com>
2026-03-25 17:42:52 -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
24532f04b2 add project description, version, and credits 2026-02-12 10:46:36 -06:00
775192fd2f Revert "deleted files"
This reverts commit 63c61290b4.
2026-02-11 17:23:36 -06:00
b66f1bc81d deleted files 2026-02-11 17:20:14 -06:00
c521c12eb5 initial commit 2026-02-11 17:08:22 -06:00