Room system added

This commit is contained in:
gamer147
2026-04-05 22:58:30 -04:00
parent b485e11a5a
commit 3a8e3edc03
15 changed files with 615 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
* 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)
* Finish Dialogue Scene (fast forward, auto, history functionality, 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)