forked from jaildesigner-jailgames/jaildoctors_dilemma
Mil arreglos de paletes, gifs i colors transparents
El gif del jugador de game over estava mal
This commit is contained in:
@@ -72,6 +72,7 @@ void Ending::update()
|
||||
// Actualiza el volumen de la musica
|
||||
updateMusicVolume();
|
||||
|
||||
// Actualiza el objeto Screen
|
||||
Screen::get()->update();
|
||||
}
|
||||
}
|
||||
@@ -241,6 +242,7 @@ void Ending::iniPics()
|
||||
|
||||
// Crea la texture
|
||||
sp.image_surface = Resource::get()->getSurface(pic.caption);
|
||||
sp.image_surface->setTransparentColor();
|
||||
const int WIDTH = sp.image_surface->getWidth();
|
||||
const int HEIGHT = sp.image_surface->getHeight();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user