Make the intro story skippable.

This commit is contained in:
Zed A. Shaw 2026-04-03 11:22:29 -04:00
parent 0df63ea074
commit c14e244084
3 changed files with 6 additions and 1 deletions

View file

@ -69,7 +69,7 @@ namespace gui {
if($story->playing()) {
if(ev == game::Event::MOUSE_CLICK) {
$story->reset();
$story->stop();
}
} else {
$story = nullptr;