fix resetting, add comments

This commit is contained in:
Reid 2023-08-12 02:21:43 -07:00
parent e7acbd72fa
commit a8b217d45e
6 changed files with 46 additions and 4 deletions

View file

@ -26,6 +26,5 @@ An in-dev game that I plan to make a shooter game out of.
# 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.
#### Medium priority
##### Low priority