From ecec83bea2c4b9ca6ba5d0a1f1400f0a4050312b Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 20 Jan 2024 01:35:25 +0100 Subject: [PATCH] Make text taller --- src/VisibleObjects/Score.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VisibleObjects/Score.h b/src/VisibleObjects/Score.h index ae58f4a..1e016ce 100644 --- a/src/VisibleObjects/Score.h +++ b/src/VisibleObjects/Score.h @@ -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; }