Eliminat el logo de RetroWeekend per falta de temps i pq era lleig

This commit is contained in:
2025-03-08 20:17:31 +01:00
parent e523692e99
commit 9f8d1fbcd7
3 changed files with 2 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -101,6 +101,7 @@ void Director::init()
dbg_init(renderer_); dbg_init(renderer_);
lang::loadFromFile(getLangFile(static_cast<lang::Code>(options.game.language))); lang::loadFromFile(getLangFile(static_cast<lang::Code>(options.game.language)));
Screen::init(window_, renderer_); Screen::init(window_, renderer_);
SDL_ShowCursor(SDL_DISABLE);
Resource::init(); Resource::init();
Input::init(Asset::get()->get("gamecontrollerdb.txt")); Input::init(Asset::get()->get("gamecontrollerdb.txt"));
bindInputs(); bindInputs();
@@ -480,7 +481,6 @@ void Director::setFileList()
Asset::get()->add(prefix + "/data/gfx/logo/logo_jailgames.png", AssetType::BITMAP); Asset::get()->add(prefix + "/data/gfx/logo/logo_jailgames.png", AssetType::BITMAP);
Asset::get()->add(prefix + "/data/gfx/logo/logo_jailgames_mini.png", AssetType::BITMAP); Asset::get()->add(prefix + "/data/gfx/logo/logo_jailgames_mini.png", AssetType::BITMAP);
Asset::get()->add(prefix + "/data/gfx/logo/logo_since_1998.png", AssetType::BITMAP); Asset::get()->add(prefix + "/data/gfx/logo/logo_since_1998.png", AssetType::BITMAP);
Asset::get()->add(prefix + "/data/gfx/logo/logo_retroweekend.png", AssetType::BITMAP);
} }
{ // Items { // Items

View File

@@ -159,10 +159,7 @@ void Logo::updateJAILGAMES()
// Gestiona el logo de RETROWEEKEND // Gestiona el logo de RETROWEEKEND
void Logo::updateRETROWEEKEND() void Logo::updateRETROWEEKEND()
{ {
if (SDL_GetTicks() >= ticks_start_ + 5000) section::name = section::Name::INTRO;
{
section::name = section::Name::INTRO;
}
} }
// Gestiona el color de las texturas // Gestiona el color de las texturas