Las notificaciones ya se renderizan a su propia resolución

This commit is contained in:
2022-11-15 13:11:56 +01:00
parent 754671e695
commit 54cee20883
2 changed files with 18 additions and 5 deletions

View File

@@ -69,6 +69,9 @@ private:
// Dibuja el spectrum fade
void renderSpectrumFade();
// Dibuja las notificaciones
void renderNotifications();
public:
// Constructor
Screen(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, options_t *options, int gameInternalResX, int gameInternalResY);