From bcee02cc0b58e8249bd08a8612d9e417cd4be3b4 Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 16 Aug 2023 00:45:03 -0700 Subject: [PATCH 1/2] change resetonspawn --- src/StarterPlayer/StarterPlayerScripts/ui/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StarterPlayer/StarterPlayerScripts/ui/main.tsx b/src/StarterPlayer/StarterPlayerScripts/ui/main.tsx index 78614a6..9ba206a 100644 --- a/src/StarterPlayer/StarterPlayerScripts/ui/main.tsx +++ b/src/StarterPlayer/StarterPlayerScripts/ui/main.tsx @@ -13,7 +13,7 @@ export default function main(props: MainProps): Roact.Element { withHookDetection(Roact) return ( - + Date: Wed, 16 Aug 2023 00:47:34 -0700 Subject: [PATCH 2/2] update readme --- readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index bfae4d1..d693a2a 100644 --- a/readme.md +++ b/readme.md @@ -14,10 +14,7 @@ Ui theming is based on Catppucin Mocha. You can find the colors [here](https://g * 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 -* __Work on next:__ Add hotbar animations and state, might need reflex +* __Work on next:__ Better null checking for the clientState.character (can cause errors atm) +* __Work on next:__ Add guns * Add tests -* Add guns -* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts) - -# Fixes -* Sometimes I get errors in [`./src/ReplicatedStorage/ecs/systems/client/sprint.ts`](./src/ReplicatedStorage/ecs/systems/client/sprint.ts) due to the character not being initialized yet, should probably fix that before it gets worse with other systems \ No newline at end of file +* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts) \ No newline at end of file