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

5
.gitignore vendored
View file

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

View file

@ -13,12 +13,13 @@ An in-dev game that I plan to make a shooter game out of.
# Todo # Todo
### High priority ### High priority
* Cooler sprinting!! (Tween fov and speed)
* Camera bobble
#### Medium priority
* Add tests * Add tests
* Add state with rodux
#### Medium priority
##### Low priority ##### 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)
# Fixes # Fixes
### High Priority ### High Priority