Arreglats alguns colorets que havia per ahi rebolicats

fix: Credits no estava ben portat a surfaces
This commit is contained in:
2025-03-07 12:20:30 +01:00
parent ae5c511988
commit 6c3e231d51
7 changed files with 46 additions and 65 deletions

View File

@@ -95,7 +95,7 @@ public:
// Limpia la pantalla
void clear(Color color = {0x00, 0x00, 0x00});
void clearSurface(Uint8 index = 1);
void clearSurface(Uint8 index = 0);
// Prepara para empezar a dibujar en la textura de juego
void start();