From f05cee114bcca4f341712a6196c4d6b0db2b262f Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 26 Nov 2023 12:32:12 -0400 Subject: [PATCH] TODO scracthed --- Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design.md b/Design.md index 9cb5392..8271a46 100644 --- a/Design.md +++ b/Design.md @@ -50,7 +50,7 @@ Multiplayer - [ ] Rewriting bullet physics to use raycasts & kinematic rigidbodies (logic controlled) - [x] Create a Controls struct that holds mappings to all the game keys and replace them in all the game's code - [x] Gun dropping drops on only one side of player -- [ ] TODO: Gun dropping does not apply impulse for some reason... +- [x] Gun dropping does not apply impulse for some reason... # Design