Change the buttons to text for development until I can get the icons/art.

This commit is contained in:
Zed A. Shaw 2025-04-08 13:01:56 -04:00
parent e11a374d26
commit d7e9944e58
2 changed files with 16 additions and 14 deletions

View file

@ -17,5 +17,6 @@ namespace gui {
void update_level(GameLevel &level);
void set_damage(float percent);
bool mouse(float x, float y);
void make_button(std::string name, std::wstring label);
};
}