Can now use lel::center to center something inside a cell.

This commit is contained in:
Zed A. Shaw 2025-02-15 13:22:36 -05:00
parent c03a384372
commit aa149b6574
4 changed files with 32 additions and 5 deletions

View file

@ -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);