remove broken code and add todo
This commit is contained in:
parent
d6af38eba1
commit
3530d84142
2 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -27,9 +27,7 @@ const hotbar: Hooks.FC<hotbarProps> = (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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue