Update .gitignore and todo
This commit is contained in:
parent
7ba8ae9f11
commit
ac7ea4621e
2 changed files with 8 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,3 +10,6 @@ build.rbxl
|
|||
# mac users.. stop making these files or im gonna get mad 😡😡😡
|
||||
.DS_Store
|
||||
/__MACOSX
|
||||
|
||||
# logs
|
||||
*.log
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue