Implement sprinting

This commit is contained in:
2026-05-15 12:51:23 -07:00
parent cd8de0f906
commit 9eed8c5483
8 changed files with 286 additions and 3 deletions
+2 -2
View File
@@ -371,7 +371,7 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Decide first-person, third-person, or hybrid camera. Decision: hybrid camera with third person as default and optional first-person toggle.
- [x] Implement first/third-person camera toggle.
- [x] Implement movement.
- [ ] Implement sprinting.
- [x] Implement sprinting.
- [ ] Define real-world baseline walking speed.
- [ ] Define real-world baseline running speed.
- [ ] Connect movement speed to age, condition, strength, endurance, hunger, thirst, injury, carried weight, and terrain.
@@ -1465,4 +1465,4 @@ Earliest incomplete foundation items:
Immediate next item:
- [ ] Implement sprinting.
- [ ] Define real-world baseline walking speed.