Update .gitignore and todo

This commit is contained in:
Reid 2023-07-21 00:37:27 -07:00
parent 7ba8ae9f11
commit ac7ea4621e
2 changed files with 8 additions and 4 deletions

3
.gitignore vendored
View file

@ -10,3 +10,6 @@ build.rbxl
# mac users.. stop making these files or im gonna get mad 😡😡😡
.DS_Store
/__MACOSX
# logs
*.log

View file

@ -13,12 +13,13 @@ An in-dev game that I plan to make a shooter game out of.
# Todo
### High priority
* Cooler sprinting!! (Tween fov and speed)
* Camera bobble
#### Medium priority
* Add tests
* Add state with rodux
#### Medium priority
##### Low priority
* Camera bobble
* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts)
* Cooler sprinting!! (Tween fov and speed)
# Fixes
### High Priority