Make start text a bit wider
This commit is contained in:
parent
134592d9f6
commit
5600a7359a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user