From 2538e003fc2fc937f376a6b40755ea2070541caa Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 26 Nov 2023 17:24:04 -0400 Subject: [PATCH] prev commit --- Design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design.md b/Design.md index 04ea6a9..6fa470e 100644 --- a/Design.md +++ b/Design.md @@ -51,8 +51,8 @@ Multiplayer - [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 - [x] Gun dropping does not apply impulse for some reason... -- [ ] Gun colliding with ground and going into low ready -- [ ] With introduction of floor collision groups now bullets go through floors +- [x] Gun colliding with ground and going into low ready +- [x] With introduction of floor collision groups now bullets go through floors # Design