Dialogue button updates

This commit is contained in:
gamer147
2026-04-05 19:56:45 -04:00
parent 89fd4210e3
commit eb5bf32bb8
2 changed files with 52 additions and 0 deletions

7
docs/todo.txt Normal file
View File

@@ -0,0 +1,7 @@
* Debug menu on F1, right now just include quick scene swapping
* Finish buttons on dialogue scene
* Reogranize files
* Singletons named 'XXXServer'
* Dialogue scene command system (ShowText, ShowSprite, MoveSprite, PlaySound, ChangeBackground, etc)
* Setup room system (everything is unpassable, carve out rooms, walls automatic, specify connections between rooms on tiles)
* Basic map editor (test map data will be harder to craft the more we add)