Junk items are now transfered to your blanket so you can use them in crafting. No UI for that though.

This commit is contained in:
Zed A. Shaw 2025-04-27 13:35:05 -04:00
parent bc557652ba
commit 1a9e068d02
10 changed files with 86 additions and 53 deletions

View file

@ -17,8 +17,8 @@ namespace gui {
void render(sf::RenderWindow& window);
void update_level(GameLevel &level);
bool mouse(float x, float y, bool hover);
DinkyECS::Entity make_button(std::string name, std::wstring label,
Events::GUI event, int action, const std::string &icon_name,
DinkyECS::Entity make_button(std::string name, Events::GUI event,
int action, const std::string &icon_name,
const std::string &sound, const std::string &effect_name);
};
}