La música la tiene ahora la clase Director
This commit is contained in:
@@ -49,7 +49,7 @@ private:
|
||||
Text *text2; // Objeto de texto para poder escribir textos en pantalla
|
||||
Fade *fade; // Objeto para realizar fundidos en pantalla
|
||||
|
||||
JA_Music_t *titleMusic; // Musica para el titulo
|
||||
JA_Music_t *music; // Musica para el titulo
|
||||
|
||||
// Variable
|
||||
int counter; // Temporizador para la pantalla de titulo
|
||||
@@ -82,7 +82,7 @@ private:
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
Title(SDL_Renderer *renderer, Screen *screen, Input *input, Asset *asset, options_t *options, Lang *lang, param_t *param, section_t *section);
|
||||
Title(SDL_Renderer *renderer, Screen *screen, Input *input, Asset *asset, options_t *options, Lang *lang, param_t *param, section_t *section, JA_Music_t *music);
|
||||
|
||||
// Destructor
|
||||
~Title();
|
||||
|
||||
Reference in New Issue
Block a user