Levels are now expanded out as you travel down and the stairs are only placed at the end of the level instead of randomly.
This commit is contained in:
parent
82216b8307
commit
59a6882b70
11 changed files with 57 additions and 10 deletions
3
gui.cpp
3
gui.cpp
|
@ -297,6 +297,9 @@ void GUI::handle_world_events() {
|
|||
(bool)device.config["test"]));
|
||||
// toggle_modal(&$next_level_ui, $next_level);
|
||||
} break;
|
||||
case eGUI::TRAP: {
|
||||
$status_ui.log("You stepped on a TRAP!");
|
||||
} break;
|
||||
default:
|
||||
$status_ui.log(format("INVALID EVENT! {},{}", evt, entity));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue