remove broken code and add todo

This commit is contained in:
Reid 2023-08-13 10:07:35 -07:00
parent d6af38eba1
commit 3530d84142
2 changed files with 2 additions and 4 deletions

View file

@ -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. * 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 # Todo
* __Work on next:__ Rewrite the hotbar * __Work on next:__ Add hotbar animations, might need reflex || rodux
* Add tests * Add tests
* Add guns * Add guns
* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts) * Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts)

View file

@ -27,9 +27,7 @@ const hotbar: Hooks.FC<hotbarProps> = (props, hooks) => {
Enum.KeyCode.Six, Enum.KeyCode.Six,
Enum.KeyCode.Seven, Enum.KeyCode.Seven,
Enum.KeyCode.Eight, Enum.KeyCode.Eight,
Enum.KeyCode.Nine, Enum.KeyCode.Nine
// idk if this works
Enum.KeyCode.Zero
] ]
return ( return (