From eee186175272f124e74a54a20b8b3af55bad2d93 Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 28 Jul 2023 14:46:01 -0700 Subject: [PATCH] Update some grammar --- .gitignore | 8 ++++---- readme.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 514e65b..08f78e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -# builds +# Builds /out build.rbxl *.tsbuildinfo -# deps +# Deps /node_modules /include -# mac users.. stop making these files or im gonna get mad 😡😡😡 +# Mac junk .DS_Store /__MACOSX -# logs +# Logs *.log \ No newline at end of file diff --git a/readme.md b/readme.md index f91ab30..7907ef1 100644 --- a/readme.md +++ b/readme.md @@ -14,18 +14,18 @@ An in-dev game that I plan to make a shooter game out of. # Todo ### High priority * Add tests -* Add guns. Try it in default roblox-ts and slowly reimplement it into our component system +* Add guns. Try it in default roblox-ts and slowly reimplement it into our component system. #### Medium priority * Crouching * Animations ##### 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) +* Cooler sprinting! (Tween fov and speed) * Crouching? # Fixes ### High Priority -* Currently, when resetting, sometimes your health goes back up. This is due to the reconciliation of health. Simply put, your health is not being set to zero inside of our entity component system, due to us not having the reset event currently like that. See it here: [StarterGui.SetCore](https://create.roblox.com/docs/reference/engine/classes/StarterGui#SetCore) It uses BindableEvents and stuff idk +* Currently, when resetting, sometimes your health goes back up. This is due to the reconciliation of health. Simply put, your health is not being set to zero inside of our entity component system, due to us not having the reset event currently like that. See it here: [StarterGui.SetCore](https://create.roblox.com/docs/reference/engine/classes/StarterGui#SetCore) It uses BindableEvents. #### Medium priority ##### Low priority \ No newline at end of file