Make it possible to specify the story to play.
This commit is contained in:
parent
c486db5a57
commit
5e9dad51b0
3 changed files with 5 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ int main(int, char*[]) {
|
|||
|
||||
gui::routing::Router router;
|
||||
|
||||
storyboard::UI main;
|
||||
storyboard::UI main("rat_king");
|
||||
main.init();
|
||||
|
||||
while(true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue