Hello guys!
I have a problem when it comes to the text. The text goes to the left side when I type longer
sentences and I want it to the right side instead.
sf::Text::setPosition(this->window->getSize().x / 2 - sf::Text::getGlobalBounds().width / 2 - 30, this->window->getSize().y - sf::Sprite::getGlobalBounds().height - 280);
If you see the picture you will probably understand what the problem is