añadidos fade-ins a las secciones
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "const.h"
|
||||
#include "lang.h"
|
||||
#include "tiledbg.h"
|
||||
#include "fade.h"
|
||||
|
||||
#ifndef INSTRUCTIONS_H
|
||||
#define INSTRUCTIONS_H
|
||||
@@ -32,6 +33,7 @@ private:
|
||||
Lang *lang; // Objeto para gestionar los textos en diferentes idiomas
|
||||
Text *text; // Objeto para escribir texto
|
||||
Tiledbg *tiledbg; // Objeto para dibujar el mosaico animado de fondo
|
||||
Fade *fade; // Objeto para renderizar fades
|
||||
section_t *section; // Estado del bucle principal para saber si continua o se sale
|
||||
param_t *param; // Puntero con todos los parametros del programa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user