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