From 93a0fd88e4cd3c18e5a66433454a0306b2097f8e Mon Sep 17 00:00:00 2001 From: Franklin Date: Sat, 25 Nov 2023 21:16:36 -0400 Subject: [PATCH] TODO checked --- Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design.md b/Design.md index 34009b1..b392af6 100644 --- a/Design.md +++ b/Design.md @@ -48,7 +48,7 @@ Multiplayer - [ ] Reload animation (procedural) - [ ] Real world magazines - [ ] Rewriting bullet physics to use raycasts & kinematic rigidbodies (logic controlled) -- [ ] Create a Controls struct that holds mappings to all the game keys and replace them in all the game's code +- [x] Create a Controls struct that holds mappings to all the game keys and replace them in all the game's code # Design