|
|
|
@ -11,7 +11,7 @@ int windowLoop(void){
|
|
|
|
|
|
|
|
|
|
loadBackgroundColor();
|
|
|
|
|
|
|
|
|
|
char text[5] = "fanta"; // El texto que quiero mostrar
|
|
|
|
|
char text[] = "aurora"; // El texto que quiero mostrar
|
|
|
|
|
int x = 10; // posición x inicial
|
|
|
|
|
int y = 10; // posición y de todos los caracteres
|
|
|
|
|
int size = 40; // tamaño
|
|
|
|
|