From 32885707de7c803ae7e5fd6f859d2a38cd2936a3 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 16 Feb 2024 23:38:29 -0300 Subject: [PATCH] Moar TODO --- TODO.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index e98fcf6..32e2200 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,5 @@ # TODO -## Architecture - -- Move dialogue- and option-drawing out of `Game.hx` - ## Features - Saving and loading games @@ -13,8 +9,15 @@ - Displaying sprites (characters, objects) - Inventory - Room labels +- Background music +- Sound effects ### Dialogue - Text formatting - Character profiles / speaker ID + +## Code architecture + +- Move dialogue- and option-drawing out of `Game.hx` +- Use domkit for dialogue