From f81eb7e810dec96987277b5ba18add95c4db52bb Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 11 May 2025 04:36:52 +0200 Subject: [PATCH] doc: remove TODO section from README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1028983..bd2f1c1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ # SFML Playground Simple CMake project w/ SFML 3 to play around with. - -## TODO - -- [ ] Add a toggle for debug stuff -- [ ] Add debug text (for ball velocity, position, rest status, etc.) -- [ ] Refactor game class to split input handling and debug stuff into their own classes