namelessvoid / qrwar

:european_castle: Pen&Paper like quad ruled war game.
MIT License
6 stars 0 forks source link

Create custom Label class #45

Closed namelessvoid closed 10 years ago

namelessvoid commented 11 years ago

Replace the sf::Texts in IngameWindow with a custom label class which inherits from Widget so the IngameWindow::draw method is not longer necessary. Some additional restructuring is neede because Widget is a sf::Sprite. One Idea to do so: