Probando stage changes

This commit is contained in:
2022-08-30 22:53:16 +02:00
parent 7b492b6942
commit fff400be8f
3 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ Screen::Screen(SDL_Window *window, SDL_Renderer *renderer, options_t *options, i
setVideoMode(options->fullScreenMode);
// Define el color del borde para el modo de pantalla completa
borderColor = {0x27, 0x27, 0x36};
borderColor = {0x00, 0x00, 0x00};
// Crea la textura donde se dibujan los graficos del juego