Make it possible to specify the story to play.

This commit is contained in:
Zed A. Shaw 2025-11-12 11:48:24 -05:00
parent c486db5a57
commit 5e9dad51b0
3 changed files with 5 additions and 7 deletions

View file

@ -26,7 +26,7 @@ int main(int, char*[]) {
gui::routing::Router router;
storyboard::UI main;
storyboard::UI main("rat_king");
main.init();
while(true) {