Going into a well triggers a little 'loading screen' that's currently faked. Click on it to continue.

This commit is contained in:
Zed A. Shaw 2025-02-25 03:01:07 -05:00
parent 9d49c6a30b
commit e9accf14e6
8 changed files with 35 additions and 6 deletions

View file

@ -162,6 +162,7 @@ namespace gui {
dbc::log("Nothing to close.");
break;
case STAIRS_DOWN:
$main_ui.show_level();
state(State::NEXT_LEVEL);
break;
case STOP_COMBAT:
@ -177,7 +178,7 @@ namespace gui {
using enum Event;
switch(ev) {
case TICK:
case STAIRS_DOWN:
next_level();
state(State::IDLE);
default: