Initial idea for the interactive devices thing but I kind of hate it. Going to try another idea that will be simpler.

This commit is contained in:
Zed A. Shaw 2025-01-16 14:33:07 -05:00
parent e30c18fbdf
commit 8defc0bedf
8 changed files with 48 additions and 26 deletions

View file

@ -261,6 +261,10 @@ void GUI::handle_world_events() {
std::string(item.data["name"])));
}
break;
case eGUI::STAIRS: {
$status_ui.log("You can go down stairs!");
} break;
default:
$status_ui.log(format("INVALID EVENT! {},{}", evt, entity));
}