|
|
|
@ -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;
|
|
|
|
|
|
|
|
|
|