GUI for combat now works better and I can create sprites for things if I want.
This commit is contained in:
parent
46de98e6f4
commit
49a71e257e
10 changed files with 55 additions and 18 deletions
|
@ -13,7 +13,7 @@ namespace gui {
|
|||
|
||||
CombatUI(GameLevel level);
|
||||
|
||||
void render();
|
||||
void render(TexturePack& texture);
|
||||
void draw(sf::RenderWindow& window);
|
||||
void update_level(GameLevel &level) { $level = level; }
|
||||
void click(int x, int y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue