From ac7ea4621ecb02135a726c25991b9dbb147ab898 Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 21 Jul 2023 00:37:27 -0700 Subject: [PATCH] Update .gitignore and todo --- .gitignore | 5 ++++- readme.md | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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