Convert offsets to floats

This commit is contained in:
Lorenzooone
2024-05-18 16:44:51 +02:00
parent 9b58e0c9cd
commit fe8b6af6de
5 changed files with 65 additions and 55 deletions

View File

@@ -251,7 +251,7 @@ void TextRectangle::updateText(int x_limit) {
this->curr_color = sf::Color(160, 60, 60, 192);
break;
case TEXT_KIND_TITLE:
this->curr_color = sf::Color(30, 30, 60, 192);
this->curr_color = sf::Color(30, 30, 60, 0);
break;
default:
break;