Trabajando en las animaciones de las notificaciones

This commit is contained in:
2022-11-15 16:22:40 +01:00
parent b1c3e0d2af
commit 860c35992b
5 changed files with 29 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ Screen::Screen(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, options
this->asset = asset;
// Crea los objetos
notify = new Notify(renderer, asset->get("smb2.png"), asset->get("smb2.txt"));
notify = new Notify(renderer, asset->get("smb2_big.png"), asset->get("smb2_big.txt"));
gameCanvasWidth = gameInternalResX;
gameCanvasHeight = gameInternalResY;