New debug_ui that shows perf data, other debug info, and allows spawning enemies.
This commit is contained in:
parent
4f090159ab
commit
07ce8a4148
12 changed files with 50 additions and 87 deletions
|
@ -16,5 +16,6 @@ namespace gui {
|
|||
void render(sf::RenderWindow& window);
|
||||
void update_level(GameLevel &level);
|
||||
void set_damage(float percent);
|
||||
bool mouse(float x, float y);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue