Need to not transition out of END if the slot clicked is empty. Closes #45

This commit is contained in:
Zed A. Shaw 2025-06-28 11:09:37 -04:00
parent 19682fd0bc
commit b0204772c7
2 changed files with 22 additions and 15 deletions

View file

@ -52,8 +52,8 @@ namespace gui {
void commit_move(guecs::UI& gui,
std::optional<guecs::Entity> source_id, std::any data);
void hold_world_item();
void hold_inv_item(std::any& data);
bool hold_world_item();
bool hold_inv_item(std::any& data);
bool throw_on_floor();
void clear_grab();