Going into a well triggers a little 'loading screen' that's currently faked. Click on it to continue.
This commit is contained in:
parent
9d49c6a30b
commit
e9accf14e6
8 changed files with 35 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue