You now have blood on your screen when below half health.
This commit is contained in:
parent
1c8f542c21
commit
d2700d2928
12 changed files with 90 additions and 13 deletions
2
gui.hpp
2
gui.hpp
|
@ -74,10 +74,12 @@ namespace gui {
|
|||
void draw_weapon();
|
||||
void draw_stats();
|
||||
void draw_gui();
|
||||
void draw_blood();
|
||||
void render();
|
||||
void mouse();
|
||||
void generate_map();
|
||||
bool active();
|
||||
void run_systems();
|
||||
void handle_world_events();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue