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

@ -18,7 +18,7 @@ namespace storyboard {
components::Storyboard $story;
std::string $layout;
UI();
UI(const std::string& story_name);
void init();
void render(sf::RenderWindow &window);