Bring over my bag of shit shaders and use one as a placeholder for the build status indicator.

This commit is contained in:
Zed A. Shaw 2025-04-23 00:20:08 -04:00
parent 8f3a3c10c2
commit d4d8c780a4
20 changed files with 708 additions and 9 deletions

View file

@ -15,13 +15,14 @@ class GUI {
guecs::UI $gui;
std::wstring $status;
DinkyECS::Entity $hp_bar;
bool $hit_error = false;
public:
GUI(SFMLBackend &backend);
void output(const string msg);
void update_status(GameEngine &game);
void update_status(GameEngine &game, size_t line_length, bool is_error);
void main_loop();