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

@ -13,6 +13,7 @@ int main() {
// ZED: need to sort out how to deal with this in the FSM
if(main.in_state(gui::State::IDLE)
|| main.in_state(gui::State::NEXT_LEVEL)
|| main.in_state(gui::State::MAPPING)
|| main.in_state(gui::State::IN_COMBAT))
{