update ragdoll, add todo

This commit is contained in:
Reid 2023-08-12 03:20:20 -07:00
parent a8b217d45e
commit 6b985497ba
4 changed files with 11 additions and 6 deletions

View file

@ -13,6 +13,7 @@ An in-dev game that I plan to make a shooter game out of.
# Todo
### High priority
* Add ingame output of the console
* Add tests
* Add guns. Try it in default roblox-ts and slowly reimplement it into our component system.
#### Medium priority
@ -27,4 +28,5 @@ An in-dev game that I plan to make a shooter game out of.
# Fixes
### High Priority
#### Medium priority
##### Low priority
##### Low priority
* Sometimes I get errors in [`./src/ReplicatedStorage/ecs/systems/client/sprint.ts`](./src/ReplicatedStorage/ecs/systems/client/sprint.ts) due to the character not being initialized yet, should probably fix that before it gets worse with other systems