diff --git a/src/pong.c b/src/pong.c index 26fec7e..fb62876 100644 --- a/src/pong.c +++ b/src/pong.c @@ -68,8 +68,8 @@ Pong_render(Pong *p, int start) { const char *start_text_str = "Press any key to begin..."; const int start_text_posX = 50; const int start_text_posY = 400; - const int start_text_width = 400; - const int start_text_height = 50; + const int start_text_width = 500; + const int start_text_height = 40; const char *start_text_style = "Regular"; const int start_text_ptsize = 8;