Añadida la clase scoreboard

This commit is contained in:
2024-05-23 13:44:21 +02:00
parent b5c04c6c26
commit bf0171b38d
5 changed files with 201 additions and 128 deletions

View File

@@ -16,7 +16,7 @@ Director::Director(int argc, char *argv[])
{
// Inicializa variables
section = new section_t();
section->name = SECTION_PROG_LOGO;
section->name = SECTION_PROG_GAME;
// Inicializa las opciones del programa
initOptions();