mirror of
				https://github.com/lov3b/Pong.git
				synced 2025-11-04 07:10:16 +01: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