canvi de pc

This commit is contained in:
2025-03-05 07:44:12 +01:00
parent 57481a1e97
commit 33038e8509
23 changed files with 173 additions and 164 deletions

View File

@@ -98,7 +98,7 @@ void Logo::updateTextureColors()
{
/*constexpr int INI = 70;
constexpr int INC = 4;
if (counter_ == INI + INC * 0)
{
since_1998_surface_->setColor(color_.at(0).r, color_.at(0).g, color_.at(0).b);
@@ -221,14 +221,14 @@ void Logo::render()
Screen::get()->start();
// Limpia la pantalla
Screen::get()->clear();
Screen::get()->clearSurface();
// Dibuja los objetos
for (const auto &s : jailgames_sprite_)
{
s->render();
s->render(1, stringToColor("white"));
}
since_1998_sprite_->render();
since_1998_sprite_->render(1, stringToColor("white"));
// Vuelca el contenido del renderizador en pantalla
Screen::get()->render();