Make text taller

This commit is contained in:
= 2024-01-20 01:35:25 +01:00
parent 46fde902cf
commit ecec83bea2

View File

@ -59,7 +59,7 @@ public:
exit(-1); exit(-1);
} }
this->position = SDL_Rect{screenSize->x / 2 - 50, 10, 100, 40}; this->position = SDL_Rect{screenSize->x / 2 - 50, 10, 100, 50};
this->rightScore = this->leftScore = 0; this->rightScore = this->leftScore = 0;
} }