updated file format

This commit is contained in:
2025-03-31 19:22:52 +02:00
parent 5ea47ddd25
commit d5ac79559e
5 changed files with 78 additions and 30 deletions

View File

@@ -53,7 +53,7 @@ void StartUpAppMenu::drawFrame() const {
text.setFillColor(sf::Color(0, 0, 0));
text.setOutlineColor(sf::Color(255, 255, 255));
this->placeTitle(text, {}, "SELECT MAXIMUM PIECES SIZE", 10.f, {});
this->placeTitle(text, {}, "SELECT THE LOADED PIECES MAXIMUM SIZE", 10.f, {});
this->placeTitle(text, this->playerCursor, "< " + std::to_string(this->playerCursor.getPosition().x) + " >", 25.f, this->playerCursor.getPosition());
text.setOutlineColor({0, 0, 0});