fade-in implementado en la calse fade

repaso general a toda la clase fade
This commit is contained in:
2024-07-09 09:15:02 +02:00
parent 69ad8fbfff
commit 5511160836
5 changed files with 112 additions and 97 deletions

View File

@@ -10,6 +10,7 @@
#include "common/utils.h"
#include "const.h"
#include "lang.h"
#include "fade.h"
#include "background.h"
#ifndef HISCORE_TABLE_H
@@ -28,6 +29,7 @@ private:
Input *input; // Objeto pata gestionar la entrada
Background *background; // Objeto para dibujar el fondo del juego
Lang *lang; // Objeto para gestionar los textos en diferentes idiomas
Fade *fade; // Objeto para renderizar fades
Text *text; // Objeto para escribir texto
options_t *options; // Opciones y parametros del programa
section_t *section; // Estado del bucle principal para saber si continua o se sale