mirror of
https://github.com/lov3b/Pong.git
synced 2025-06-28 15:50:27 +02:00
Make text taller
This commit is contained in:
@ -59,7 +59,7 @@ public:
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user