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