I think that's all the edge cases handled. You can more loot around fairly arbitrarily.

This commit is contained in:
Zed A. Shaw 2025-06-24 14:00:14 -04:00
parent 6ff1919587
commit 689bb150c6
2 changed files with 18 additions and 7 deletions

View file

@ -54,6 +54,8 @@ namespace gui {
bool throw_on_floor();
void clear_grab();
sf::Vector2f mouse_position();
};
}