Bring over my bag of shit shaders and use one as a placeholder for the build status indicator.
This commit is contained in:
parent
8f3a3c10c2
commit
d4d8c780a4
20 changed files with 708 additions and 9 deletions
3
gui.hpp
3
gui.hpp
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue