mirror of
https://github.com/lov3b/Pong.git
synced 2025-01-18 04:30:11 +01:00
Make text taller
This commit is contained in:
parent
46fde902cf
commit
ecec83bea2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user