working on text notifications

This commit is contained in:
2021-08-27 22:40:48 +02:00
parent aac11d05aa
commit 3f53ba333b
15 changed files with 263 additions and 320 deletions

View File

@@ -31,7 +31,7 @@ public:
~Fade();
// Inicializa las variables
void init();
void init(Uint8 r, Uint8 g, Uint8 b);
// Pinta una transición en pantalla
void render();