Quick ability to set the countdown timer length.

This commit is contained in:
Zed A. Shaw 2025-04-23 01:04:00 -04:00
parent d4d8c780a4
commit 8a30fafabb
4 changed files with 21 additions and 6 deletions

View file

@ -16,10 +16,11 @@ class GUI {
std::wstring $status;
DinkyECS::Entity $hp_bar;
bool $hit_error = false;
int $timer_seconds;
public:
GUI(SFMLBackend &backend);
GUI(SFMLBackend &backend, int timer_seconds);
void output(const string msg);
void update_status(GameEngine &game, size_t line_length, bool is_error);