update readme

This commit is contained in:
Reid 2023-08-12 04:37:47 -07:00
parent ea95df9913
commit c4c0dc879e

View file

@ -12,22 +12,10 @@ An in-dev game that I plan to make a shooter game out of.
* I decided to omit the "TS" folder from [`./default.project.json:40`](./default.project.json) due to the script override not working in Health.server.ts in StarterCharacterScripts. * I decided to omit the "TS" folder from [`./default.project.json:40`](./default.project.json) due to the script override not working in Health.server.ts in StarterCharacterScripts.
# Todo # Todo
### High priority * __Work on next:__ Rewrite the hotbar
* Add custom health bar
* Add ingame output of the console (?)
* Add tests * Add tests
* Add guns. Try it in default roblox-ts and slowly reimplement it into our component system. * Add guns
#### Medium priority
* Crouching
* Animations
##### Low priority
* Camera bobble
* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts) * Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts)
* Cooler sprinting! (Tween fov and speed)
* Crouching?
# Fixes # Fixes
### High Priority
#### Medium 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 * 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