Movido el ejecutable a la raíz
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include "common/animatedsprite.h"
|
||||
#include "common/asset.h"
|
||||
#include "common/jail_audio.h"
|
||||
#include "common/screen.h"
|
||||
@@ -30,6 +31,8 @@ private:
|
||||
Text *text; // Objeto para escribir texto en pantalla
|
||||
SDL_Texture *textTexture; // Textura para dibujar el texto
|
||||
SDL_Texture *coverTexture; // Textura para cubrir el texto
|
||||
Texture *texture; // Textura para el sprite de brillo
|
||||
AnimatedSprite *sprite; // Sprite para el brillo del corazón
|
||||
|
||||
// Variables
|
||||
int counter; // Contador
|
||||
|
||||
Reference in New Issue
Block a user