first commit
This commit is contained in:
commit
5302ecc6cc
43 changed files with 2530 additions and 0 deletions
27
readme.md
Normal file
27
readme.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Goopler
|
||||
|
||||
An in-dev game that I plan to make a shooter game out of.
|
||||
|
||||
---
|
||||
> For goop we live, for goop we die.
|
||||
|
||||
— reidlab
|
||||
|
||||
# Hacks
|
||||
* I get a strange error about private identifiers in [`./src/ReplicatedStorage/ecs/state.ts:7`](./src/ReplicatedStorage/ecs/state.ts)
|
||||
* I decided to omit the "TS" folder from [`./default.project.json:40`](./default.project.json) due to the script override not working in Health.server.ts in StarterCharacterScripts.
|
||||
|
||||
# Todo
|
||||
### High priority
|
||||
* Input mapping
|
||||
#### Medium priority
|
||||
* Sprinting (post-input-mapping)
|
||||
* Add tests
|
||||
##### Low priority
|
||||
* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts)
|
||||
|
||||
# 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
|
||||
#### Medium priority
|
||||
##### Low priority
|
Loading…
Add table
Add a link
Reference in a new issue