JA VA! Nomes s'havia de fer les coses be i no ser un ansias

This commit is contained in:
2025-02-22 00:30:32 +01:00
parent f6098a479b
commit e361d295c1
39 changed files with 1053 additions and 1098 deletions

View File

@@ -33,8 +33,6 @@ private:
SDL_Texture *text_texture_; // Textura para dibujar el texto
SDL_Texture *cover_texture_; // Textura para cubrir el texto
AnimatedSprite *sprite_; // Sprite para el brillo del corazón
options_t *options_; // Puntero a las opciones del juego
section_t *section_; // Estado del bucle principal para saber si continua o se sale
// Variables
int counter_ = 0; // Contador
@@ -70,7 +68,7 @@ private:
public:
// Constructor
Credits(Resource *resource, options_t *options, section_t *section);
Credits(Resource *resource);
// Destructor
~Credits();