Can now use lel::center to center something inside a cell.
This commit is contained in:
parent
c03a384372
commit
aa149b6574
4 changed files with 32 additions and 5 deletions
|
@ -10,7 +10,7 @@ namespace gui {
|
|||
public:
|
||||
lel::Parser $layout;
|
||||
GameLevel $level;
|
||||
std::unordered_map<std::string, sf::RectangleShape> $shapes;
|
||||
std::vector<sf::RectangleShape> $shapes;
|
||||
CombatUI(GameLevel level);
|
||||
|
||||
void draw(sf::RenderWindow& window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue