diff --git a/readme.md b/readme.md index ae6b618..6ff2aea 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ An in-dev game that I plan to make a shooter game out of. * 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:__ Rewrite the hotbar +* __Work on next:__ Add hotbar animations, might need reflex || rodux * Add tests * Add guns * Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts) diff --git a/src/StarterPlayer/StarterPlayerScripts/ui/hotbar/hotbar.tsx b/src/StarterPlayer/StarterPlayerScripts/ui/hotbar/hotbar.tsx index 0c370af..a4f0863 100644 --- a/src/StarterPlayer/StarterPlayerScripts/ui/hotbar/hotbar.tsx +++ b/src/StarterPlayer/StarterPlayerScripts/ui/hotbar/hotbar.tsx @@ -27,9 +27,7 @@ const hotbar: Hooks.FC = (props, hooks) => { Enum.KeyCode.Six, Enum.KeyCode.Seven, Enum.KeyCode.Eight, - Enum.KeyCode.Nine, - // idk if this works - Enum.KeyCode.Zero + Enum.KeyCode.Nine ] return (