Make start text a bit wider

This commit is contained in:
Pradana AUMARS 2021-06-29 16:56:48 +02:00
parent 134592d9f6
commit 5600a7359a
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ Pong_render(Pong *p, int start) {
const char *start_text_str = "Press any key to begin..."; const char *start_text_str = "Press any key to begin...";
const int start_text_posX = 50; const int start_text_posX = 50;
const int start_text_posY = 400; const int start_text_posY = 400;
const int start_text_width = 400; const int start_text_width = 500;
const int start_text_height = 50; const int start_text_height = 40;
const char *start_text_style = "Regular"; const char *start_text_style = "Regular";
const int start_text_ptsize = 8; const int start_text_ptsize = 8;