Need to not transition out of END if the slot clicked is empty. Closes #45
This commit is contained in:
parent
19682fd0bc
commit
b0204772c7
2 changed files with 22 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue