All of the UIs should be cleared out, and that just leaves the tests.
This commit is contained in:
parent
d5ff57e025
commit
564f9842a2
23 changed files with 126 additions and 145 deletions
|
@ -2,7 +2,6 @@
|
|||
#include <SFML/Graphics/RenderWindow.hpp>
|
||||
#include <SFML/Graphics/Font.hpp>
|
||||
#include <guecs/ui.hpp>
|
||||
#include "levelmanager.hpp"
|
||||
|
||||
namespace gui {
|
||||
using std::string;
|
||||
|
@ -10,12 +9,11 @@ namespace gui {
|
|||
class OverlayUI {
|
||||
public:
|
||||
guecs::UI $gui;
|
||||
GameLevel $level;
|
||||
|
||||
OverlayUI();
|
||||
|
||||
void init();
|
||||
void update_level(GameLevel level);
|
||||
void update_level();
|
||||
|
||||
void render(sf::RenderWindow& window);
|
||||
void show_sprite(string region, string sprite_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue