Completado el logo y la intro

This commit is contained in:
2022-08-22 23:25:12 +02:00
parent f1e3cfe892
commit 6b4926efb8
16 changed files with 291 additions and 555 deletions

View File

@@ -7,6 +7,8 @@
#include "input.h"
#include "utils.h"
#include "screen.h"
#include "logo.h"
#include "intro.h"
#ifndef PROG_H
#define PROG_H
@@ -24,6 +26,8 @@ private:
Screen *screen; // Objeto encargado de dibujar en pantalla
Input *input; // Objeto Input para gestionar las entradas
Game *game; // Objeto para la sección del juego
Intro *intro; // Objeto encargado de gestionar la intro del juego
Logo *logo; // Objeto encargado de gestionar el logo del juego
section_t section; // Sección y subsección actual del programa;
struct options_t *options; // Contiene las opciones del programa