Eliminat el logo de RetroWeekend per falta de temps i pq era lleig
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user