TODO updates

This commit is contained in:
3wc 2024-02-18 14:00:22 -03:00
parent e1bdd74100
commit 8a803b9cdc
1 changed files with 14 additions and 14 deletions

28
TODO.md
View File

@ -2,26 +2,26 @@
## Features ## Features
- Saving and loading games - [ ] Saving and loading games
- Character select - [ ] Character select
- Stats - [ ] Stats
- Better open / closed state graphics for rooms - [ ] Better open / closed state graphics for rooms
- Displaying sprites (characters, objects) - [ ] Displaying sprites (characters, objects)
- Inventory - [ ] Inventory
- Room labels - [ ] Room labels
- Background music - [ ] Background music
- Sound effects - [ ] Sound effects
## Bugs ## Bugs
- Fix console rendering issues - [ ] Fix console rendering issues
### Dialogue ### Dialogue
- Text formatting - [ ] Text formatting
- Character profiles / speaker ID - [ ] Character profiles / speaker ID
## Code architecture ## Code architecture
- Move dialogue- and option-drawing out of `Game.hx` - [x] Move dialogue- and option-drawing out of `Game.hx`
- Use domkit for dialogue - [x] Use domkit for dialogue