An in-dev game that I plan to make a shooter game out of.
| .vscode | ||
| src | ||
| tests | ||
| .eslintrc | ||
| .gitignore | ||
| aftman.toml | ||
| default.project.json | ||
| package.json | ||
| readme.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Goopler
An in-dev game that I plan to make a shooter game out of.
For goop we live, for goop we die.
— reidlab
Ui theming is based on Catppucin Mocha. You can find the colors here and the style guide here
Hacks
- I get a strange error about private identifiers in
./src/ReplicatedStorage/ecs/state.ts - I decided to omit the "TS" folder from
./default.project.json:40due to the script override not working in Health.server.ts in StarterCharacterScripts.
Todo
- Work on next: Rewrite the hotbar
- Add tests
- Add guns
- Add the bound tags in
./src/ReplicatedStorage/ecs/boundTags.ts
Fixes
- Sometimes I get errors in
./src/ReplicatedStorage/ecs/systems/client/sprint.tsdue to the character not being initialized yet, should probably fix that before it gets worse with other systems