diff --git a/.gitignore b/.gitignore index 046848d..514e65b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ build.rbxl # mac users.. stop making these files or im gonna get mad 😡😡😡 .DS_Store -/__MACOSX \ No newline at end of file +/__MACOSX + +# logs +*.log \ No newline at end of file diff --git a/readme.md b/readme.md index 671bcb7..0597766 100644 --- a/readme.md +++ b/readme.md @@ -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