1.1 KiB
1.1 KiB
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
I should put this in the game sometime, but the option to open the configuration menu is O and the debug menu is F4. You can hold alt in the debug menu to get information when hovering over objects.
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:40
due to the script override not working in Health.server.ts in StarterCharacterScripts.
Todo
- Work on next: Better null checking for the clientState.character (can cause errors atm)
- Work on next: Add guns
- Add tests
- Add the bound tags in
./src/ReplicatedStorage/ecs/boundTags.ts